diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 10:35:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 10:35:18 +0000 |
commit | 8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63 (patch) | |
tree | 84fe25cfde220b8ba654eb334624b609f037fb89 /source/smbwrapper/smbw.c | |
parent | ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3 (diff) | |
download | samba-8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63.tar.gz samba-8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63.tar.xz samba-8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63.zip |
- updated docs to say OSF1 works
- more solaris acl fixes
Diffstat (limited to 'source/smbwrapper/smbw.c')
-rw-r--r-- | source/smbwrapper/smbw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbwrapper/smbw.c b/source/smbwrapper/smbw.c index 32b785c3274..392ca05bfb4 100644 --- a/source/smbwrapper/smbw.c +++ b/source/smbwrapper/smbw.c @@ -1326,7 +1326,7 @@ int smbw_fork(void) return 0; } -#ifdef HAVE_ACL +#ifndef NO_ACL_WRAPPER /***************************************************** say no to acls *******************************************************/ @@ -1338,7 +1338,7 @@ int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp) } #endif -#ifdef HAVE_FACL +#ifndef NO_FACL_WRAPPER /***************************************************** say no to acls *******************************************************/ |