fix
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 27 Jan 2006 11:19:51 +0000 (11:19 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Fri, 27 Jan 2006 11:19:51 +0000 (11:19 +0000)
ChangeLog
configure.in

index 95b2bd23069a50bed395da70c76e82b475116fb8..d7dae78975f92ccdb62d17a032e2f875cc90f00d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,7 +61,7 @@
        * kernel: fix a couple of bugs
 
        * Order of request_end() and fuse_copy_finish() was wrong.
-       Posthumus note: Franco Broi managed to exploit this, though it
+       Posthumous note: Franco Broi managed to exploit this, though it
        seemed quite impossible
 
        * request_end() used request pointer after decrementing refcount
index b0a5ed23187fcd868000b24f756655d3a44f0323..de47c21671434494c683523f653231dc9e933d8b 100644 (file)
@@ -23,7 +23,7 @@ esac
 if test "$ac_env_CFLAGS_set" != set; then
        CFLAGS="-Wall -W -g -O2"
 fi
-CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=27"
+CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26"
 
 AC_ARG_ENABLE(kernel-module,
        [  --enable-kernel-module  Compile kernel module ])