diff options
Diffstat (limited to 'source3/lib/system.c')
-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 421beb53fd2..9705dda6976 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -618,15 +618,6 @@ void kernel_flock(int fd, uint32 share_mode, uint32 access_mask) /******************************************************************* - An opendir wrapper. -********************************************************************/ - -SMB_STRUCT_DIR *sys_opendir(const char *name) -{ - return opendir(name); -} - -/******************************************************************* An fdopendir wrapper. Ugly hack - we need dirfd for this to work correctly in the calling code.. JRA. |