Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
c7b01bcab8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
   {