diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-09 12:04:23 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-17 12:19:29 +0100 |
commit | 59d1faa1a30abd2a4e3cdaf0db1aa736283f822c (patch) | |
tree | be256df6316338830b2bc879d8e82456c4b25715 /source3/include | |
parent | 3b5326e987e3fe1f57502cbfd9d25b14cdf2b434 (diff) | |
download | samba-59d1faa1a30abd2a4e3cdaf0db1aa736283f822c.tar.gz samba-59d1faa1a30abd2a4e3cdaf0db1aa736283f822c.tar.bz2 samba-59d1faa1a30abd2a4e3cdaf0db1aa736283f822c.zip |
s3-lib Remove unused sys_fseek()
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 7ca2f8731c..2afe726af2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -343,7 +343,6 @@ int sys_ftruncate(int fd, SMB_OFF_T offset); 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); SMB_OFF_T sys_lseek(int fd, SMB_OFF_T offset, int whence); -int sys_fseek(FILE *fp, SMB_OFF_T offset, int whence); SMB_OFF_T sys_ftell(FILE *fp); int sys_creat(const char *path, mode_t mode); int sys_open(const char *path, int oflag, mode_t mode); |