The hpux_count_obj() function should have been declared with a
authorWayne Davison <wayned@samba.org>
Fri, 5 Oct 2007 02:30:39 +0000 (02:30 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 5 Oct 2007 02:30:39 +0000 (02:30 +0000)
void return type.

lib/sysacls.c

index 623aa6d..bba3ca1 100644 (file)
@@ -1100,7 +1100,7 @@ struct hpux_acl_types {
  *                  acl types.
  */
 
-static int hpux_count_obj(int acl_count, struct acl *aclp, struct hpux_acl_types *acl_type_count)
+static void hpux_count_obj(int acl_count, struct acl *aclp, struct hpux_acl_types *acl_type_count)
 {
        int i;