summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 13:05:21 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:09 +0200
commitecc822faf8f1e2f34573aabef381a846b08afeec (patch)
treeca210e7c68e116f1f7606b274f156365109c0d54 /source3/lib/system.c
parent900473a45b90c44e5f301feae42f821214228e27 (diff)
downloadsamba-ecc822faf8f1e2f34573aabef381a846b08afeec.tar.gz
samba-ecc822faf8f1e2f34573aabef381a846b08afeec.tar.bz2
samba-ecc822faf8f1e2f34573aabef381a846b08afeec.zip
build: Remove sys_telldir 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 7a2e1bc38c..d650862a39 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -634,15 +634,6 @@ SMB_STRUCT_DIR *sys_fdopendir(int fd)
}
/*******************************************************************
- A telldir wrapper.
-********************************************************************/
-
-long sys_telldir(SMB_STRUCT_DIR *dirp)
-{
- return (long)telldir(dirp);
-}
-
-/*******************************************************************
A rewinddir wrapper.
********************************************************************/