]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 623aa6de62c3de615af4cf4048228cdfd8618c7e..bba3ca16c384c9ad1e2b17c0b8fc52736bc2b7aa 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;