svn commit: samba r22615 - in branches/SAMBA_3_0/source/modules: .

obnox at samba.org obnox at samba.org
Mon Apr 30 22:21:46 GMT 2007


Author: obnox
Date: 2007-04-30 22:21:46 +0000 (Mon, 30 Apr 2007)
New Revision: 22615

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

Log:
fix prototype
Modified:
   branches/SAMBA_3_0/source/modules/vfs_hpuxacl.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_hpuxacl.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_hpuxacl.c	2007-04-30 18:59:34 UTC (rev 22614)
+++ branches/SAMBA_3_0/source/modules/vfs_hpuxacl.c	2007-04-30 22:21:46 UTC (rev 22615)
@@ -124,7 +124,7 @@
 /* aclsort (internal) and helpers: */
 static BOOL hpux_acl_sort(HPUX_ACL_T acl, int count);
 static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp);
-static int hpux_count_obj(int acl_count, HPUX_ACL_T aclp, 
+static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, 
 		struct hpux_acl_types *acl_type_count);
 static void hpux_swap_acl_entries(HPUX_ACE_T *aclp0, HPUX_ACE_T *aclp1);
 static BOOL hpux_prohibited_duplicate_type(int acl_type);



More information about the samba-cvs mailing list