Pārlūkot izejas kodu

No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not
defined... Nothing too sacred in there and it can be used
for other things...
-Erik

Eric Andersen 22 gadi atpakaļ
vecāks
revīzija
c7b01bcab8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/dirent.h

+ 1 - 1
include/dirent.h

@@ -93,7 +93,7 @@ typedef __ino64_t ino64_t;
 #endif
 
 
-#if defined __USE_BSD && defined _DIRENT_HAVE_D_TYPE
+#if defined __USE_BSD
 /* File types for `d_type'.  */
 enum
   {