diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-05-03 11:01:09 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-05-03 11:01:09 +0200 |
commit | 596d33801f6d703c1e45c74df6f6d6fe7ee085bb (patch) | |
tree | 2f170ac3a6837b7e89917e3d771c1b0731389762 /packet.c | |
parent | missing file (diff) | |
download | openssh-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |