summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 12:51:17 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commitb74fe73a6fb5862121235f18bc1dfe538e6ceaed (patch)
tree34a3f09ad3f0565a90fe13e735daecb44e779795 /source3/include
parentd166b798529dab4538054d0b68797c0cc17f34de (diff)
downloadsamba-b74fe73a6fb5862121235f18bc1dfe538e6ceaed.tar.gz
samba-b74fe73a6fb5862121235f18bc1dfe538e6ceaed.tar.bz2
samba-b74fe73a6fb5862121235f18bc1dfe538e6ceaed.zip
build: Remove sys_fopen wrapper
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e603d0d839..654735a483 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -336,7 +336,6 @@ int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf,
bool fake_dir_create_times);
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);
-FILE *sys_fopen(const char *path, const char *type);
void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);
SMB_STRUCT_DIR *sys_opendir(const char *name);
SMB_STRUCT_DIR *sys_fdopendir(int fd);