diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:04:03 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | 900473a45b90c44e5f301feae42f821214228e27 (patch) | |
tree | e2e5d94f7c7b5f93a812d0320d954235e74bb440 /source3/lib | |
parent | afdb78075c29774c550625e1115ffb7eaf6e015a (diff) | |
download | samba-900473a45b90c44e5f301feae42f821214228e27.tar.gz samba-900473a45b90c44e5f301feae42f821214228e27.tar.bz2 samba-900473a45b90c44e5f301feae42f821214228e27.zip |
build: Remove sys_seekdir wrapper
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/system.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 6b778c61c0..7a2e1bc38c 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -634,15 +634,6 @@ SMB_STRUCT_DIR *sys_fdopendir(int fd) } /******************************************************************* - A seekdir wrapper. -********************************************************************/ - -void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset) -{ - seekdir(dirp, offset); -} - -/******************************************************************* A telldir wrapper. ********************************************************************/ |