Commit 90c71cae authored by Wayne Davison's avatar Wayne Davison

The hpux_count_obj() function should have been declared with a

void return type.
parent d46b5646
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment