summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-02 00:03:55 +1000
committerDamien Miller <djm@mindrot.org>2000-05-02 00:03:55 +1000
commitfc0b11b5aa95f43109b384c6c752d2c20963c31a (patch)
treec9d85b50b10e2b561401a3f8f7d5576549f3dae1 /includes.h
parent7c0042629e1dfe12f42c3355cc843e269e50b914 (diff)
- 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 1a0e76f3..a83e0316 100644
--- a/includes.h
+++ b/includes.h
@@ -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>