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

tridge at samba.org tridge at samba.org
Fri Nov 5 12:06:37 GMT 2004


Author: tridge
Date: 2004-11-05 12:06:36 +0000 (Fri, 05 Nov 2004)
New Revision: 3551

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

Log:
these utils need system/filesys.h



Modified:
   branches/SAMBA_4_0/source/utils/getntacl.c
   branches/SAMBA_4_0/source/utils/setntacl.c
   branches/SAMBA_4_0/source/utils/setnttoken.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/getntacl.c
===================================================================
--- branches/SAMBA_4_0/source/utils/getntacl.c	2004-11-05 11:49:37 UTC (rev 3550)
+++ branches/SAMBA_4_0/source/utils/getntacl.c	2004-11-05 12:06:36 UTC (rev 3551)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 

Modified: branches/SAMBA_4_0/source/utils/setntacl.c
===================================================================
--- branches/SAMBA_4_0/source/utils/setntacl.c	2004-11-05 11:49:37 UTC (rev 3550)
+++ branches/SAMBA_4_0/source/utils/setntacl.c	2004-11-05 12:06:36 UTC (rev 3551)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 

Modified: branches/SAMBA_4_0/source/utils/setnttoken.c
===================================================================
--- branches/SAMBA_4_0/source/utils/setnttoken.c	2004-11-05 11:49:37 UTC (rev 3550)
+++ branches/SAMBA_4_0/source/utils/setnttoken.c	2004-11-05 12:06:36 UTC (rev 3551)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 



More information about the samba-cvs mailing list