r22615: fix prototype
authorMichael Adam <obnox@samba.org>
Mon, 30 Apr 2007 22:21:46 +0000 (22:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:50 +0000 (12:19 -0500)
(This used to be commit 6999d578aebab4e3216200be1d884caa3578ecc2)

source3/modules/vfs_hpuxacl.c

index 97dd7b07166884384dcf1767b85ae904ac627c10..3885758523b3bdea0c20dc66169ef27a58471c94 100644 (file)
@@ -124,7 +124,7 @@ static BOOL hpux_acl_check(HPUX_ACL_T hpux_acl, int count);
 /* 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);