From: Volker Lendecke Date: Thu, 19 Jun 2008 13:43:52 +0000 (+0200) Subject: current_user is not used in vfs_aixacl2.c X-Git-Tag: samba-3.3.0pre1~847 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=407136abdf45ad832382dba44e1c9a3b4f253f09;p=thirdparty%2Fsamba.git current_user is not used in vfs_aixacl2.c --- diff --git a/source/modules/vfs_aixacl2.c b/source/modules/vfs_aixacl2.c index ffcec7ccaac..9e4c51386f3 100644 --- a/source/modules/vfs_aixacl2.c +++ b/source/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);