From: Rusty Russell Date: Wed, 14 Mar 2012 04:59:55 +0000 (+1030) Subject: lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/. X-Git-Tag: tdb-1.2.10~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d613d9ceb99effdaac51e275f2b7c838148261c;p=thirdparty%2Fsamba.git lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/. This was a relic from testing; it can interfere with compile. Signed-off-by: Rusty Russell --- diff --git a/lib/tdb2/test/run-tdb1-3G-file.c b/lib/tdb2/test/run-tdb1-3G-file.c index 2a5e48b105a..e75122ada99 100644 --- a/lib/tdb2/test/run-tdb1-3G-file.c +++ b/lib/tdb2/test/run-tdb1-3G-file.c @@ -1,5 +1,3 @@ -/* We need this otherwise fcntl locking fails. */ -#define _FILE_OFFSET_BITS 64 #include "tdb2-source.h" #include "tap-interface.h" #include