svn commit: samba r13780 - in trunk/source/utils: .

jra at samba.org jra at samba.org
Thu Mar 2 03:59:03 GMT 2006


Author: jra
Date: 2006-03-02 03:59:03 +0000 (Thu, 02 Mar 2006)
New Revision: 13780

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

Log:
Fix type of lock db traverse fn.
Jeremy.

Modified:
   trunk/source/utils/status.c


Changeset:
Modified: trunk/source/utils/status.c
===================================================================
--- trunk/source/utils/status.c	2006-03-02 03:57:11 UTC (rev 13779)
+++ trunk/source/utils/status.c	2006-03-02 03:59:03 UTC (rev 13780)
@@ -159,9 +159,13 @@
 	}
 }
 
-static void print_brl(SMB_DEV_T dev, SMB_INO_T ino, struct process_id pid, 
-		      enum brl_type lock_type,
-		      br_off start, br_off size)
+static void print_brl(SMB_DEV_T dev,
+			SMB_INO_T ino,
+			struct process_id pid, 
+			enum brl_type lock_type,
+			enum brl_flavour lock_flav,
+			br_off start,
+			br_off size)
 {
 	static int count;
 	if (count==0) {



More information about the samba-cvs mailing list