- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
This commit is contained in:
parent
62dd94b375
commit
b9c2ce8b3b
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#ifdef HAVE_NEXT
|
||||
|
||||
#include <libc.h>
|
||||
#include <sys/dir.h>
|
||||
|
||||
/* readdir() returns struct direct (BSD) not struct dirent (POSIX) */
|
||||
|
|
Loading…
Reference in New Issue