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-Tag: v3.0.0pre2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c71caeb3c0132e8ce0213c7a4fc2e69acdc926;p=thirdparty%2Frsync.git 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;