summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authordtucker <dtucker>2006-05-03 09:01:09 +0000
committerdtucker <dtucker>2006-05-03 09:01:09 +0000
commit6d96f61b6578074a5d8afca8f96d1a8ad62b5f72 (patch)
treeafd4c36e5f7dd5de5c1f61457f977c88aac2fb9b /packet.c
parentef93eeaf5cf38f9dbd747678a3178f5a9364bf38 (diff)
downloadopenssh-6d96f61b6578074a5d8afca8f96d1a8ad62b5f72.tar.gz
- (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 'packet.c')
-rw-r--r--packet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index ea0a82e2..bc0baf3f 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"