From b3010b5d6bcaab6fcf48a11bae0a53e433f51ab7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 30 Apr 2007 22:21:46 +0000 Subject: r22615: fix prototype (This used to be commit 6999d578aebab4e3216200be1d884caa3578ecc2) --- source3/modules/vfs_hpuxacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_hpuxacl.c b/source3/modules/vfs_hpuxacl.c index 97dd7b0716..3885758523 100644 --- a/source3/modules/vfs_hpuxacl.c +++ b/source3/modules/vfs_hpuxacl.c @@ -124,7 +124,7 @@ static BOOL hpux_acl_check(HPUX_ACL_T hpux_acl, int count); /* aclsort (internal) and helpers: */ static BOOL hpux_acl_sort(HPUX_ACL_T acl, int count); static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp); -static int hpux_count_obj(int acl_count, HPUX_ACL_T aclp, +static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, struct hpux_acl_types *acl_type_count); static void hpux_swap_acl_entries(HPUX_ACE_T *aclp0, HPUX_ACE_T *aclp1); static BOOL hpux_prohibited_duplicate_type(int acl_type); -- cgit