summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 13:08:27 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:09 +0200
commit3e8a6e576007892bab7d59367c5199a41fb1506d (patch)
tree297451b0b939f545185dea56f40ca28315ac90d5 /source3/lib/system.c
parentecc822faf8f1e2f34573aabef381a846b08afeec (diff)
downloadsamba-3e8a6e576007892bab7d59367c5199a41fb1506d.tar.gz
samba-3e8a6e576007892bab7d59367c5199a41fb1506d.tar.bz2
samba-3e8a6e576007892bab7d59367c5199a41fb1506d.zip
build: Remove sys_closedir wrapper
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index d650862a39..a414c92d27 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -642,16 +642,6 @@ void sys_rewinddir(SMB_STRUCT_DIR *dirp)
rewinddir(dirp);
}
-/*******************************************************************
- A close wrapper.
-********************************************************************/
-
-int sys_closedir(SMB_STRUCT_DIR *dirp)
-{
- return closedir(dirp);
-}
-
-/*******************************************************************
An mknod() wrapper.
********************************************************************/