From 407136abdf45ad832382dba44e1c9a3b4f253f09 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Jun 2008 15:43:52 +0200 Subject: [PATCH] current_user is not used in vfs_aixacl2.c --- source/modules/vfs_aixacl2.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.3