From c7b01bcab8b86fa3dd2834988296e8688bd77c6f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 27 Aug 2002 01:29:54 +0000 Subject: 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 --- include/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dirent.h') diff --git a/include/dirent.h b/include/dirent.h index b3fbf2de2..b9a32f4fe 100644 --- a/include/dirent.h +++ b/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 { -- cgit v1.2.3