]> andersk Git - openssh.git/commitdiff
- (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
authordtucker <dtucker>
Wed, 3 May 2006 09:01:09 +0000 (09:01 +0000)
committerdtucker <dtucker>
Wed, 3 May 2006 09:01:09 +0000 (09:01 +0000)
   and double including it on IRIX 5.3 causes problems.  From Georg Schwarz,
   "no objections" tim@

ChangeLog
packet.c

index 0e6b594b9b1d7e7dcebc9530255990a1175fd468..5d355cb1b0a9a82b63002fcc290b46bf6dfb1955 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20060503
+ - (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@
+
 20060423
  - (djm) OpenBSD CVS Sync
    - deraadt@cvs.openbsd.org 2006/04/01 05:42:20
index ea0a82e21e9cea26e9948529ede5aeffa63b2ba7..bc0baf3fcd1f383ca35ae0ff549271a3a61f4032 100644 (file)
--- 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"
This page took 0.046728 seconds and 5 git commands to generate.