From 90c71caeb3c0132e8ce0213c7a4fc2e69acdc926 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 5 Oct 2007 02:30:39 +0000 Subject: [PATCH] The hpux_count_obj() function should have been declared with a void return type. --- lib/sysacls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1