svn commit: samba r10616 - in branches/tmp/vl-cluster/source/torture: .

vlendec at samba.org vlendec at samba.org
Thu Sep 29 15:45:51 GMT 2005


Author: vlendec
Date: 2005-09-29 15:45:50 +0000 (Thu, 29 Sep 2005)
New Revision: 10616

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

Log:
Fix the build
Modified:
   branches/tmp/vl-cluster/source/torture/locktest.c


Changeset:
Modified: branches/tmp/vl-cluster/source/torture/locktest.c
===================================================================
--- branches/tmp/vl-cluster/source/torture/locktest.c	2005-09-29 14:49:29 UTC (rev 10615)
+++ branches/tmp/vl-cluster/source/torture/locktest.c	2005-09-29 15:45:50 UTC (rev 10616)
@@ -118,7 +118,7 @@
 #endif
 
 	printf("%6d   %05x:%05x    %s  %.0f:%.0f(%.0f)\n", 
-	       (int)pid, (int)dev, (int)ino, 
+	       (int)procid_to_pid(&pid), (int)dev, (int)ino, 
 	       lock_type==READ_LOCK?"R":"W",
 	       (double)start, (double)start+size-1,(double)size);
 



More information about the samba-cvs mailing list