From fe526bb32b7d65be10a05d2525b36f004215b003 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:01:19 +1100 Subject: build: Remove sys_opendir wrapper --- source3/lib/system.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/lib/system.c') diff --git a/source3/lib/system.c b/source3/lib/system.c index 421beb53fd..9705dda697 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -617,15 +617,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 -- cgit