From: Wayne Davison Date: Fri, 5 Oct 2007 02:30:39 +0000 (+0000) Subject: The hpux_count_obj() function should have been declared with a X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/90c71caeb3c0132e8ce0213c7a4fc2e69acdc926 The hpux_count_obj() function should have been declared with a void return type. --- diff --git a/lib/sysacls.c b/lib/sysacls.c index 623aa6de..bba3ca16 100644 --- a/lib/sysacls.c +++ b/lib/sysacls.c @@ -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;