diff --git a/ChangeLog b/ChangeLog index 145cea8a6..49e831187 100644 --- 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 @@ -4582,4 +4587,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4318 2006/04/23 02:31:27 djm Exp $ +$Id: ChangeLog,v 1.4319 2006/05/03 09:01:09 dtucker Exp $ 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 #include #include "xmalloc.h"