From b9c2ce8b3bbe71cf9cb5a127ed6d1cad633fc9f8 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 23 Sep 2000 14:52:50 +1100 Subject: [PATCH] - (djm) NeXT patch from Ben Lindstrom --- ChangeLog | 1 + defines.h | 3 +++ next-posix.h | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0640e55e..a51215d8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ - (djm) Seperate tests for int64_t and u_int64_t types - (djm) Tweak password expiry checking at suggestion of Kevin Steves + - (djm) NeXT patch from Ben Lindstrom 20000920 - (djm) Fix bad path substitution. Report from Andrew Miner diff --git a/defines.h b/defines.h index cf2a34291..b34045963 100644 --- a/defines.h +++ b/defines.h @@ -34,6 +34,9 @@ #ifdef HAVE_SYS_STAT_H # include /* For S_* constants and macros */ #endif +#ifdef HAVE_NEXT +# include +#endif #include /* For STDIN_FILENO, etc */ diff --git a/next-posix.h b/next-posix.h index 06149d5b5..077b132e4 100644 --- a/next-posix.h +++ b/next-posix.h @@ -7,7 +7,6 @@ #ifdef HAVE_NEXT -#include #include /* readdir() returns struct direct (BSD) not struct dirent (POSIX) */