From: Miklos Szeredi Date: Fri, 27 Jan 2006 11:19:51 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_6_0_pre1~18 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e045109834326e79fa02f49cd5f143f67fac975d;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/ChangeLog b/ChangeLog index 95b2bd2..d7dae78 100644 --- 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 diff --git a/configure.in b/configure.in index b0a5ed2..de47c21 100644 --- a/configure.in +++ b/configure.in @@ -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 ])