From 2320b2144fcb1236c082278444e3c6df998e17ec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:18:14 +1100 Subject: build: Remove SMB_STRUCT_DIRENT define --- source3/include/includes.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index ee7bb1cb7c..ffdc1d28f3 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -367,14 +367,6 @@ struct stat_ex { typedef struct stat_ex SMB_STRUCT_STAT; -/* - * Type for dirent structure. - */ - -#ifndef SMB_STRUCT_DIRENT -# define SMB_STRUCT_DIRENT struct dirent -#endif - /* * Type for DIR structure. */ -- cgit