struct fuse_open_out {
unsigned long fh;
- unsigned long _data_valid;
- unsigned long _data_valid_nsec;
unsigned int _open_flags;
};
+++ /dev/null
-#! /bin/sh
-
-echo Running autoheader...
-autoheader
-echo Running autoconf...
-autoconf
-
-rm -f config.cache config.status
-echo "To compile run './configure', and then 'make'."
autoconf
echo Running automake...
automake -a -c
+ (
+ echo Entering directory: kernel
+ cd kernel
+ echo Running autoheader...
+ autoheader
+ echo Running autoconf...
+ autoconf
+ )
fi
rm -f config.cache config.status