From: Stefan Metzmacher Date: Tue, 17 Apr 2007 17:03:38 +0000 (+0000) Subject: r22316: merge from samba4: X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~683 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f722fd32da56aabca2fffe243e89177bc23e2be7;p=thirdparty%2Fsamba.git r22316: merge from samba4: this function should be static metze --- 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; }