svn commit: samba r22316 - in branches/SAMBA_3_0/source/lib/tdb/common: .

metze at samba.org metze at samba.org
Tue Apr 17 17:03:39 GMT 2007


Author: metze
Date: 2007-04-17 17:03:38 +0000 (Tue, 17 Apr 2007)
New Revision: 22316

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22316

Log:
merge from samba4:

this function should be static

metze
Modified:
   branches/SAMBA_3_0/source/lib/tdb/common/transaction.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/tdb/common/transaction.c
===================================================================
--- branches/SAMBA_3_0/source/lib/tdb/common/transaction.c	2007-04-17 16:53:06 UTC (rev 22315)
+++ branches/SAMBA_3_0/source/lib/tdb/common/transaction.c	2007-04-17 17:03:38 UTC (rev 22316)
@@ -358,8 +358,8 @@
 /*
   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;
 }



More information about the samba-cvs mailing list