diff options
author | Damien Miller <djm@mindrot.org> | 2000-05-02 00:03:55 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-05-02 00:03:55 +1000 |
commit | fc0b11b5aa95f43109b384c6c752d2c20963c31a (patch) | |
tree | c9d85b50b10e2b561401a3f8f7d5576549f3dae1 /includes.h | |
parent | 7c0042629e1dfe12f42c3355cc843e269e50b914 (diff) | |
download | openssh-git-fc0b11b5aa95f43109b384c6c752d2c20963c31a.tar.gz |
- Irix portability fixes - don't include netinet headers more than once
- Make sure we don't save PRNG seed more than once
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -30,10 +30,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include <sys/un.h> #include <sys/resource.h> -#include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/tcp.h> -#include <netinet/ip.h> #include <arpa/inet.h> #include <netdb.h> |