summaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-05-03 11:01:09 +0200
committerDarren Tucker <dtucker@zip.com.au>2006-05-03 11:01:09 +0200
commit596d33801f6d703c1e45c74df6f6d6fe7ee085bb (patch)
tree2f170ac3a6837b7e89917e3d771c1b0731389762 /packet.c
parentmissing file (diff)
downloadopenssh-596d33801f6d703c1e45c74df6f6d6fe7ee085bb.tar.xz
openssh-596d33801f6d703c1e45c74df6f6d6fe7ee085bb.zip
- (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
and double including it on IRIX 5.3 causes problems. From Georg Schwarz, "no objections" tim@
Diffstat (limited to '')
-rw-r--r--packet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index ea0a82e21..bc0baf3fc 100644
--- a/packet.c
+++ b/packet.c
@@ -40,7 +40,6 @@
#include "includes.h"
#include "openbsd-compat/sys-queue.h"
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include "xmalloc.h"