diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-06 12:19:28 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-12 10:16:09 +0200 |
commit | a74f451a86ce045d17f65379366ab1832fabbd82 (patch) | |
tree | 943d399c4acc8902acae5ff1cc7421149792d194 /source3/modules | |
parent | 343c7ff3d2f2125a873692c635f1fddedaecf242 (diff) | |
download | samba-a74f451a86ce045d17f65379366ab1832fabbd82.tar.gz samba-a74f451a86ce045d17f65379366ab1832fabbd82.tar.xz samba-a74f451a86ce045d17f65379366ab1832fabbd82.zip |
Remove an unused extern reference in vfs_aixacl2.c
(This used to be commit 1dfb9242d1b6000d4b75327adf1a0a0882f3ea6c)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_aixacl2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c index 9e4c51386f3..7745c973643 100644 --- a/source3/modules/vfs_aixacl2.c +++ b/source3/modules/vfs_aixacl2.c @@ -26,8 +26,6 @@ #define AIXACL2_MODULE_NAME "aixacl2" extern int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid); -extern NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, - uint32 security_info_sent, SEC_DESC *psd); extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl); extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl); |