svn commit: samba r21936 - in branches/SAMBA_3_0_25/source/lib/replace/system: .

jra at samba.org jra at samba.org
Thu Mar 22 18:43:43 GMT 2007


Author: jra
Date: 2007-03-22 18:43:40 +0000 (Thu, 22 Mar 2007)
New Revision: 21936

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

Log:
Keeping up with Metze :-).
Jeremy.

Modified:
   branches/SAMBA_3_0_25/source/lib/replace/system/filesys.h


Changeset:
Modified: branches/SAMBA_3_0_25/source/lib/replace/system/filesys.h
===================================================================
--- branches/SAMBA_3_0_25/source/lib/replace/system/filesys.h	2007-03-22 18:36:09 UTC (rev 21935)
+++ branches/SAMBA_3_0_25/source/lib/replace/system/filesys.h	2007-03-22 18:43:40 UTC (rev 21936)
@@ -41,6 +41,10 @@
 #include <sys/acl.h>
 #endif
 
+#ifdef HAVE_ACL_LIBACL_H
+#include <acl/libacl.h>
+#endif
+
 #ifdef HAVE_SYS_FS_S5PARAM_H 
 #include <sys/fs/s5param.h>
 #endif



More information about the samba-cvs mailing list