summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--defines.h3
-rw-r--r--next-posix.h1
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0640e55e..a51215d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
5 - (djm) Seperate tests for int64_t and u_int64_t types 5 - (djm) Seperate tests for int64_t and u_int64_t types
6 - (djm) Tweak password expiry checking at suggestion of Kevin Steves 6 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
7 <stevesk@sweden.hp.com> 7 <stevesk@sweden.hp.com>
8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
8 9
920000920 1020000920
10 - (djm) Fix bad path substitution. Report from Andrew Miner 11 - (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 @@
34#ifdef HAVE_SYS_STAT_H 34#ifdef HAVE_SYS_STAT_H
35# include <sys/stat.h> /* For S_* constants and macros */ 35# include <sys/stat.h> /* For S_* constants and macros */
36#endif 36#endif
37#ifdef HAVE_NEXT
38# include <libc.h>
39#endif
37 40
38#include <unistd.h> /* For STDIN_FILENO, etc */ 41#include <unistd.h> /* For STDIN_FILENO, etc */
39 42
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 @@
7 7
8#ifdef HAVE_NEXT 8#ifdef HAVE_NEXT
9 9
10#include <libc.h>
11#include <sys/dir.h> 10#include <sys/dir.h>
12 11
13/* readdir() returns struct direct (BSD) not struct dirent (POSIX) */ 12/* readdir() returns struct direct (BSD) not struct dirent (POSIX) */