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

James Peach jpeach at apple.com
Thu Mar 22 18:16:31 GMT 2007


On Mar 22, 2007, at 10:35 AM, metze at samba.org wrote:

> Author: metze
> Date: 2007-03-22 17:35:34 +0000 (Thu, 22 Mar 2007)
> New Revision: 21931
>
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21931
>
> Log:
> include acl/libacl.h is present

[snip]

>
> Modified: branches/SAMBA_3_0/source/lib/replace/system/filesys.h
> ===================================================================
> --- branches/SAMBA_3_0/source/lib/replace/system/filesys.h     
> 2007-03-22 13:15:36 UTC (rev 21930)
> +++ branches/SAMBA_3_0/source/lib/replace/system/filesys.h     
> 2007-03-22 17:35:34 UTC (rev 21931)
> @@ -41,6 +41,10 @@
> #include <sys/acl.h>
> #endif
>
> +#ifdef HAVE_SYS_ACL_H
          ^^^^^^^^^^^^^^ this should be HAVE_ACL_LIBACL_H

>
> +#include <acl/libacl.h>
> +#endif
> +
> #ifdef HAVE_SYS_FS_S5PARAM_H
> #include <sys/fs/s5param.h>
> #endif
>

--
James Peach | jpeach at apple.com





More information about the samba-technical mailing list