summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-19 15:43:52 +0200
committerVolker Lendecke <vl@samba.org>2008-06-19 15:53:43 +0200
commit17885401b872c3c4abf1a531e7846131e5272502 (patch)
tree53da0fed416a62dd5458306096c67d671b231691 /source3/modules/vfs_aixacl2.c
parent156cd09899c7328c164b55159c17b1947d97f9d8 (diff)
downloadsamba-17885401b872c3c4abf1a531e7846131e5272502.tar.gz
samba-17885401b872c3c4abf1a531e7846131e5272502.tar.bz2
samba-17885401b872c3c4abf1a531e7846131e5272502.zip
current_user is not used in vfs_aixacl2.c
(This used to be commit 407136abdf45ad832382dba44e1c9a3b4f253f09)
Diffstat (limited to 'source3/modules/vfs_aixacl2.c')
-rw-r--r--source3/modules/vfs_aixacl2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c
index ffcec7ccaa..9e4c51386f 100644
--- a/source3/modules/vfs_aixacl2.c
+++ b/source3/modules/vfs_aixacl2.c
@@ -25,7 +25,6 @@
#define AIXACL2_MODULE_NAME "aixacl2"
-extern struct current_user current_user;
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);