svn commit: samba r21934 - in branches/SAMBA_3_0/source/lib/replace/system: .

metze at samba.org metze at samba.org
Thu Mar 22 18:16:38 GMT 2007


Author: metze
Date: 2007-03-22 18:16:36 +0000 (Thu, 22 Mar 2007)
New Revision: 21934

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

Log:
fix the build sorry

metze
Modified:
   branches/SAMBA_3_0/source/lib/replace/system/filesys.h


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/system/filesys.h
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/system/filesys.h	2007-03-22 18:09:21 UTC (rev 21933)
+++ branches/SAMBA_3_0/source/lib/replace/system/filesys.h	2007-03-22 18:16:36 UTC (rev 21934)
@@ -41,7 +41,7 @@
 #include <sys/acl.h>
 #endif
 
-#ifdef HAVE_SYS_ACL_H
+#ifdef HAVE_ACL_LIBACL_H
 #include <acl/libacl.h>
 #endif
 



More information about the samba-cvs mailing list