From: Miklos Szeredi Date: Wed, 10 Nov 2004 14:42:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: fuse_2_1_pre0~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45e96ae6f5197bdb4af15579ead5a45092aa8892;p=qemu-gpiodev%2Flibfuse.git *** empty log message *** --- diff --git a/kernel/linux/fuse.h b/kernel/linux/fuse.h index e2a4124..17d62f8 100644 --- a/kernel/linux/fuse.h +++ b/kernel/linux/fuse.h @@ -146,8 +146,6 @@ struct fuse_open_in { struct fuse_open_out { unsigned long fh; - unsigned long _data_valid; - unsigned long _data_valid_nsec; unsigned int _open_flags; }; diff --git a/kernel/makeconf.sh b/kernel/makeconf.sh deleted file mode 100755 index d9d6fe1..0000000 --- a/kernel/makeconf.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -echo Running autoheader... -autoheader -echo Running autoconf... -autoconf - -rm -f config.cache config.status -echo "To compile run './configure', and then 'make'." diff --git a/makeconf.sh b/makeconf.sh index 67357e3..34090e9 100755 --- a/makeconf.sh +++ b/makeconf.sh @@ -15,6 +15,14 @@ else 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