From a0cb1b0a5f01148ae7a7aea5f87b3dbad7560d0d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 4 May 2005 11:02:18 +0000 Subject: r6612: fix the build metze (This used to be commit a1c7fe2578810d7c2b3c44e8271765468d0fcaee) --- source4/utils/config.mk | 3 ++- source4/utils/getntacl.c | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 0d220c7c60..58aafe3c24 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -38,7 +38,8 @@ REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ LIBBASIC \ - LIBRPC + LIBRPC \ + NDR_XATTR # End BINARY getntacl ################################# diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c index 8d857d206a..fe1d6adea0 100644 --- a/source4/utils/getntacl.c +++ b/source4/utils/getntacl.c @@ -27,14 +27,6 @@ #if HAVE_XATTR_SUPPORT -/* eww - crappy dependencies */ - -NTSTATUS samdb_privilege_setup(struct security_token *token) -{ - token->privilege_mask = 0; - return NT_STATUS_OK; -} - static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3) { va_list ap; -- cgit