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 | a3339c111de9f82b6badaac8e6ef430d277c3afa (patch) | |
tree | df06c10a3fe4ac3d3a669206349d5c3c300774ea /source/include/proto.h | |
parent | 9efbb21f35aca6f86ed3cb9c58ebec40e5d44b90 (diff) | |
download | samba-a3339c111de9f82b6badaac8e6ef430d277c3afa.tar.gz samba-a3339c111de9f82b6badaac8e6ef430d277c3afa.tar.xz samba-a3339c111de9f82b6badaac8e6ef430d277c3afa.zip |
removed lukes acl check in configure (not needed)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 64d586f6c00..07392239fab 100644 --- a/source/include/proto.h +++ b/source/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 */ |