diff options
author | Damien Miller <djm@mindrot.org> | 2000-06-18 15:43:25 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-06-18 15:43:25 +1000 |
commit | 0f91b4e3a1aebff24bd25d402fa597e2f36db6ae (patch) | |
tree | ddf2568920e624aace5b31aa51887f821d8ae4b0 /includes.h | |
parent | f6d9e2218998559cb67aad55d3f4a0bf53600c41 (diff) | |
download | openssh-git-0f91b4e3a1aebff24bd25d402fa597e2f36db6ae.tar.gz |
- (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "config.h" +#include "next-posix.h" + #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> -#include <sys/stat.h> #include <sys/wait.h> #include <sys/un.h> #include <sys/resource.h> @@ -44,7 +45,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include <stdarg.h> #include <pwd.h> #include <grp.h> -#include <unistd.h> #include <time.h> #include <dirent.h> |