summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 12:38:31 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commit7fa1b878c1b856d732b08cfefaa1425c0cff158b (patch)
treeded79cd0484a7800c042a21a984400a7d256d271 /source3/lib/system.c
parent43e9be8894a2eaf883453de78acbade7b391a53e (diff)
downloadsamba-7fa1b878c1b856d732b08cfefaa1425c0cff158b.tar.gz
samba-7fa1b878c1b856d732b08cfefaa1425c0cff158b.tar.bz2
samba-7fa1b878c1b856d732b08cfefaa1425c0cff158b.zip
build: Remove sys_ftell wrapper
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index 08d13e6f2b..fab87da182 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -585,15 +585,6 @@ int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OF
}
/*******************************************************************
- An ftell() wrapper.
-********************************************************************/
-
-SMB_OFF_T sys_ftell(FILE *fp)
-{
- return (SMB_OFF_T)ftell(fp);
-}
-
-/*******************************************************************
A creat() wrapper.
********************************************************************/