From: Jim Meyering Date: Sat, 30 Jul 1994 12:05:32 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~647 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88494fb8f3b4d038d9d25b2624bf268837722c09;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/backupfile.c b/lib/backupfile.c index e6956ee2ae..2ef0f0b48d 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -45,10 +45,10 @@ #include #endif -#if defined(DIRENT) || defined(_POSIX_VERSION) +#ifdef DIRENT #include #define NLENGTH(direct) (strlen((direct)->d_name)) -#else /* not (DIRENT or _POSIX_VERSION) */ +#else /* not DIRENT */ #define dirent direct #define NLENGTH(direct) ((direct)->d_namlen) #ifdef SYSNDIR @@ -60,7 +60,7 @@ #ifdef NDIR #include #endif /* NDIR */ -#endif /* DIRENT or _POSIX_VERSION */ +#endif /* DIRENT */ #ifdef VOID_CLOSEDIR /* Fake a return value. */