diff options
| -rw-r--r-- | include/dirent.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dirent.h b/include/dirent.h index f3299c719..8079d7097 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -117,12 +117,10 @@ enum  # define DT_WHT		DT_WHT    }; -#ifdef _DIRENT_HAVE_D_TYPE  /* Convert between stat structure types and directory types.  */  # define IFTODT(mode)	(((mode) & 0170000) >> 12)  # define DTTOIF(dirtype)	((dirtype) << 12)  #endif -#endif  /* This is the data type of directory stream objects.  | 
