diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:08:27 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | 3e8a6e576007892bab7d59367c5199a41fb1506d (patch) | |
tree | 297451b0b939f545185dea56f40ca28315ac90d5 /source3/include | |
parent | ecc822faf8f1e2f34573aabef381a846b08afeec (diff) | |
download | samba-3e8a6e576007892bab7d59367c5199a41fb1506d.tar.gz samba-3e8a6e576007892bab7d59367c5199a41fb1506d.tar.bz2 samba-3e8a6e576007892bab7d59367c5199a41fb1506d.zip |
build: Remove sys_closedir wrapper
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1d400efdff..37ae272e75 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -339,7 +339,6 @@ int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OF void kernel_flock(int fd, uint32 share_mode, uint32 access_mask); SMB_STRUCT_DIR *sys_fdopendir(int fd); void sys_rewinddir(SMB_STRUCT_DIR *dirp); -int sys_closedir(SMB_STRUCT_DIR *dirp); int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev); int sys_waitpid(pid_t pid,int *status,int options); char *sys_getwd(void); |