- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>

This commit is contained in:
Damien Miller 2000-09-23 14:52:50 +11:00
parent 62dd94b375
commit b9c2ce8b3b
3 changed files with 4 additions and 1 deletions

View File

@ -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
<stevesk@sweden.hp.com>
- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
20000920
- (djm) Fix bad path substitution. Report from Andrew Miner

View File

@ -34,6 +34,9 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> /* For S_* constants and macros */
#endif
#ifdef HAVE_NEXT
# include <libc.h>
#endif
#include <unistd.h> /* For STDIN_FILENO, etc */

View File

@ -7,7 +7,6 @@
#ifdef HAVE_NEXT
#include <libc.h>
#include <sys/dir.h>
/* readdir() returns struct direct (BSD) not struct dirent (POSIX) */