1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

r6612: fix the build

metze
(This used to be commit a1c7fe2578810d7c2b3c44e8271765468d0fcaee)
This commit is contained in:
Stefan Metzmacher 2005-05-04 11:02:18 +00:00 committed by Gerald (Jerry) Carter
parent c531b7f66c
commit a0cb1b0a5f
2 changed files with 2 additions and 9 deletions

View File

@ -38,7 +38,8 @@ REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
LIBRPC
LIBRPC \
NDR_XATTR
# End BINARY getntacl
#################################

View File

@ -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;