1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Remove an unused extern reference in vfs_aixacl2.c

This commit is contained in:
Volker Lendecke 2008-07-06 12:19:28 +02:00
parent d0b34cbb4e
commit 1dfb9242d1

View File

@ -26,8 +26,6 @@
#define AIXACL2_MODULE_NAME "aixacl2" #define AIXACL2_MODULE_NAME "aixacl2"
extern int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid); 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 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); extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);