diff options
author | Michael Adam <obnox@samba.org> | 2007-04-30 22:21:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:50 -0500 |
commit | b3010b5d6bcaab6fcf48a11bae0a53e433f51ab7 (patch) | |
tree | eefa61b1d72b322dd8545ff57c017990ae1c09c4 /source3/modules | |
parent | a0f86157fe757598184b9f0c8927fb84c8af0db2 (diff) | |
download | samba-b3010b5d6bcaab6fcf48a11bae0a53e433f51ab7.tar.gz samba-b3010b5d6bcaab6fcf48a11bae0a53e433f51ab7.tar.bz2 samba-b3010b5d6bcaab6fcf48a11bae0a53e433f51ab7.zip |
r22615: fix prototype
(This used to be commit 6999d578aebab4e3216200be1d884caa3578ecc2)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_hpuxacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |