diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-23 14:52:50 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-23 14:52:50 +1100 |
commit | b9c2ce8b3bbe71cf9cb5a127ed6d1cad633fc9f8 (patch) | |
tree | 5c4847d17051286004aa8a9e4364b6571e2a5a83 | |
parent | 62dd94b375446eb04aed1550c17eaf79717423d4 (diff) |
- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | defines.h | 3 | ||||
-rw-r--r-- | next-posix.h | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -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 | ||
9 | 20000920 | 10 | 20000920 |
10 | - (djm) Fix bad path substitution. Report from Andrew Miner | 11 | - (djm) Fix bad path substitution. Report from Andrew Miner |
@@ -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) */ |