diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-08 00:02:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-08 00:02:43 +0000 |
commit | 08e890aee6675452138de61b713837b83c4e6ca5 (patch) | |
tree | 009464b133bf86f3d849640b88e682d3657abf67 /source3/include | |
parent | 0dc8033f7da1723580934e8e5ce997b0037676ae (diff) | |
download | samba-08e890aee6675452138de61b713837b83c4e6ca5.tar.gz samba-08e890aee6675452138de61b713837b83c4e6ca5.tar.bz2 samba-08e890aee6675452138de61b713837b83c4e6ca5.zip |
removed lukes acl check in configure (not needed)
(This used to be commit a3339c111de9f82b6badaac8e6ef430d277c3afa)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 64d586f6c0..07392239fa 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2346,11 +2346,6 @@ off_t smbw_lseek(int fd, off_t offset, int whence); int smbw_dup(int fd); int smbw_dup2(int fd, int fd2); int smbw_fork(void); -int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp); -int smbw_facl(int fd, int cmd, int nentries, aclent_t *aclbufp); -void stat64_convert(struct stat *st, struct stat64 *st64); -void dirent64_convert(struct dirent *d, struct dirent64 *d64); -void xstat_convert(int vers, struct stat *st, struct kernel_stat *kbuf); /*The following definitions come from smbwrapper/smbw_dir.c */ |