From abc21757345eb8de2779a32bd88b0a8fa62bb0ee Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Dec 2002 01:55:53 +0000 Subject: Dop not restrict the IFTODT() and DTTOIF() macros when _DIRENT_HAVE_D_TYPE is not defined. -Erik --- include/dirent.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/dirent.h') 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. -- cgit v1.2.3