diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:09:39 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | 6edd8e95f1ed0ac398c84e4050357097087ae15f (patch) | |
tree | 03cd74839c3fc7f73f747a96e4f325deba10a999 /source3/include | |
parent | 3e8a6e576007892bab7d59367c5199a41fb1506d (diff) | |
download | samba-6edd8e95f1ed0ac398c84e4050357097087ae15f.tar.gz samba-6edd8e95f1ed0ac398c84e4050357097087ae15f.tar.bz2 samba-6edd8e95f1ed0ac398c84e4050357097087ae15f.zip |
build: Remove sys_rewinddir 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 37ae272e75..f6db59e14e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -338,7 +338,6 @@ int sys_posix_fallocate(int fd, SMB_OFF_T offset, SMB_OFF_T len); int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OFF_T len); 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_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); |