[uClibc-cvs] uClibc/include dirent.h,1.7,1.8

Erik Andersen andersen at codepoet.org
Tue Dec 17 01:55:57 UTC 2002


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv16527/include

Modified Files:
	dirent.h 
Log Message:
Dop not restrict the IFTODT() and DTTOIF() macros when
_DIRENT_HAVE_D_TYPE is not defined.
 -Erik


Index: dirent.h
===================================================================
RCS file: /var/cvs/uClibc/include/dirent.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dirent.h	27 Aug 2002 18:16:18 -0000	1.7
+++ dirent.h	17 Dec 2002 01:55:53 -0000	1.8
@@ -117,11 +117,9 @@
 # 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
 
 




More information about the uClibc-cvs mailing list