summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-18 15:46:15 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-18 15:46:15 +1100
commit313a21b4d946550426705c70231c59d8bc4005f1 (patch)
treeeba4355601ce106e9a46027e186133f7e35a6ea3 /source3/lib/tdb/common/tdb_private.h
parentb18fd380bd142933b7c1a341629aac61c8799d22 (diff)
downloadsamba-313a21b4d946550426705c70231c59d8bc4005f1.tar.gz
samba-313a21b4d946550426705c70231c59d8bc4005f1.tar.bz2
samba-313a21b4d946550426705c70231c59d8bc4005f1.zip
merged changes from v4-0-test
(This used to be commit 8c89d60924b0380231da834cd3c097b4f8cdc369)
Diffstat (limited to 'source3/lib/tdb/common/tdb_private.h')
-rw-r--r--source3/lib/tdb/common/tdb_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/tdb/common/tdb_private.h b/source3/lib/tdb/common/tdb_private.h
index dd69903015..ffac89ff0e 100644
--- a/source3/lib/tdb/common/tdb_private.h
+++ b/source3/lib/tdb/common/tdb_private.h
@@ -49,7 +49,6 @@ typedef uint32_t tdb_off_t;
#define TDB_DEAD_MAGIC (0xFEE1DEAD)
#define TDB_RECOVERY_MAGIC (0xf53bc0e7U)
#define TDB_ALIGNMENT 4
-#define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
#define DEFAULT_HASH_SIZE 131
#define FREELIST_TOP (sizeof(struct tdb_header))
#define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1))