소스 검색

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
   {