svn commit: samba r22081 - in branches/SAMBA_4_0/source/lib/tdb/common: .

tridge at samba.org tridge at samba.org
Thu Apr 5 03:22:08 GMT 2007


Author: tridge
Date: 2007-04-05 03:22:08 +0000 (Thu, 05 Apr 2007)
New Revision: 22081

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

Log:

transaction_brlock() should be static

thanks to Ted T'so for pointing this out

Modified:
   branches/SAMBA_4_0/source/lib/tdb/common/transaction.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/common/transaction.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/common/transaction.c	2007-04-04 23:33:07 UTC (rev 22080)
+++ branches/SAMBA_4_0/source/lib/tdb/common/transaction.c	2007-04-05 03:22:08 UTC (rev 22081)
@@ -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