summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-17 17:03:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:26 -0500
commitf722fd32da56aabca2fffe243e89177bc23e2be7 (patch)
treeda01f560d18b1199d0e88f2e5365897ebd564132 /source/lib
parent1ca12b1c9e7e8267fa13a40ebeb2bdcd199237de (diff)
downloadsamba-f722fd32da56aabca2fffe243e89177bc23e2be7.tar.gz
samba-f722fd32da56aabca2fffe243e89177bc23e2be7.tar.xz
samba-f722fd32da56aabca2fffe243e89177bc23e2be7.zip
r22316: merge from samba4:
this function should be static metze
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/tdb/common/transaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/tdb/common/transaction.c b/source/lib/tdb/common/transaction.c
index 640cd5014d2..0a609af5217 100644
--- a/source/lib/tdb/common/transaction.c
+++ b/source/lib/tdb/common/transaction.c
@@ -358,8 +358,8 @@ static int transaction_expand_file(struct tdb_context *tdb, tdb_off_t size,
/*
brlock during a transaction - ignore them
*/
-int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset,
- int rw_type, int lck_type, int probe, size_t len)
+static int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset,
+ int rw_type, int lck_type, int probe, size_t len)
{
return 0;
}