]> andersk Git - openssh.git/commitdiff
- (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h
authordtucker <dtucker>
Wed, 17 Jan 2007 00:00:13 +0000 (00:00 +0000)
committerdtucker <dtucker>
Wed, 17 Jan 2007 00:00:13 +0000 (00:00 +0000)
   and multiple including it causes problems on old IRIXes.  (It snuck back
   in during a sync.)  Found (again) by Georg Schwarz.

ChangeLog
packet.c

index 0198f39ece0f18e36e37c5f1d5728d112a98f33a..f447e483da5e96ae3ae22b85d0fe436aa58c468c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20070117
+ - (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h
+   and multiple including it causes problems on old IRIXes.  (It snuck back
+   in during a sync.)  Found (again) by Georg Schwarz.
+
 20070114
  - (dtucker) [ssh-keygen.c] av -> argv to match earlier sync.
  - (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
index ab5a01002aac6832cb197624457e33b2709e042b..7d8fab1e90d92257718c4b142cb95da5488967e7 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -47,7 +47,6 @@
 # include <sys/time.h>
 #endif
 
-#include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>
 #include <arpa/inet.h>
This page took 0.058775 seconds and 5 git commands to generate.