svn commit: samba r13869 - in trunk/source/include: .

gd at samba.org gd at samba.org
Mon Mar 6 16:03:42 GMT 2006


Author: gd
Date: 2006-03-06 16:03:42 +0000 (Mon, 06 Mar 2006)
New Revision: 13869

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

Log:
Fix the build.

Guenther

Modified:
   trunk/source/include/smbprofile.h


Changeset:
Modified: trunk/source/include/smbprofile.h
===================================================================
--- trunk/source/include/smbprofile.h	2006-03-06 15:38:07 UTC (rev 13868)
+++ trunk/source/include/smbprofile.h	2006-03-06 16:03:42 UTC (rev 13869)
@@ -110,6 +110,8 @@
 	unsigned syscall_ftruncate_time;
 	unsigned syscall_fcntl_lock_count;
 	unsigned syscall_fcntl_lock_time;
+	unsigned syscall_fcntl_getlock_count;
+	unsigned syscall_fcntl_getlock_time;
 	unsigned syscall_readlink_count;
 	unsigned syscall_readlink_time;
 	unsigned syscall_symlink_count;



More information about the samba-cvs mailing list