svn commit: samba r6612 - in branches/SAMBA_4_0/source/utils: .

metze at samba.org metze at samba.org
Wed May 4 11:02:18 GMT 2005


Author: metze
Date: 2005-05-04 11:02:18 +0000 (Wed, 04 May 2005)
New Revision: 6612

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6612

Log:
fix the build 

metze
Modified:
   branches/SAMBA_4_0/source/utils/config.mk
   branches/SAMBA_4_0/source/utils/getntacl.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/config.mk
===================================================================
--- branches/SAMBA_4_0/source/utils/config.mk	2005-05-04 10:44:50 UTC (rev 6611)
+++ branches/SAMBA_4_0/source/utils/config.mk	2005-05-04 11:02:18 UTC (rev 6612)
@@ -38,7 +38,8 @@
 		CONFIG \
 		LIBCMDLINE \
 		LIBBASIC \
-		LIBRPC
+		LIBRPC \
+		NDR_XATTR
 # End BINARY getntacl
 #################################
 

Modified: branches/SAMBA_4_0/source/utils/getntacl.c
===================================================================
--- branches/SAMBA_4_0/source/utils/getntacl.c	2005-05-04 10:44:50 UTC (rev 6611)
+++ branches/SAMBA_4_0/source/utils/getntacl.c	2005-05-04 11:02:18 UTC (rev 6612)
@@ -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;



More information about the samba-cvs mailing list