summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:35:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:35:18 +0000
commit8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63 (patch)
tree84fe25cfde220b8ba654eb334624b609f037fb89 /source/smbwrapper
parentab5ed686f813c6294ca3eb9b800b3ad41a5a77c3 (diff)
downloadsamba-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')
-rw-r--r--source/smbwrapper/README7
-rw-r--r--source/smbwrapper/smbw.c4
2 files changed, 7 insertions, 4 deletions
diff --git a/source/smbwrapper/README b/source/smbwrapper/README
index 9f18c330363..18cfc240563 100644
--- a/source/smbwrapper/README
+++ b/source/smbwrapper/README
@@ -4,7 +4,7 @@ filesystem.
*** This is code under development. Some things don't work yet ***
-Currently this code has only been tested on:
+Currently this code has been tested on:
- Linux 2.0 with glibc2 (RH5.1)
- Linux 2.1 with glibc2
@@ -12,8 +12,11 @@ Currently this code has only been tested on:
- Solaris 2.6 with gcc
- SunOS 4.1.3 with gcc
- IRIX 6.4 with cc
+- OSF1 with gcc
-It probably won't run on other systems without some porting.
+
+It probably won't run on other systems without some porting. If you
+have a different system then see the file PORTING.
To use it you need to do this:
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
*******************************************************/