Преглед на файлове

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 години
родител
ревизия
c7b01bcab8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
   {