diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-14 15:29:55 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-14 08:32:34 +0100 |
commit | 4d613d9ceb99effdaac51e275f2b7c838148261c (patch) | |
tree | f93c5ebdb323954ba5f24c5d1c4f712ccea2237c /lib/tdb2/test | |
parent | 442f1c81df3c4d530457d44ef25c80c295982b33 (diff) | |
download | samba-4d613d9ceb99effdaac51e275f2b7c838148261c.tar.gz samba-4d613d9ceb99effdaac51e275f2b7c838148261c.tar.bz2 samba-4d613d9ceb99effdaac51e275f2b7c838148261c.zip |
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 <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb2/test')
-rw-r--r-- | lib/tdb2/test/run-tdb1-3G-file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tdb2/test/run-tdb1-3G-file.c b/lib/tdb2/test/run-tdb1-3G-file.c index 2a5e48b105..e75122ada9 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 <stdlib.h> |