- (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.
This commit is contained in:
Darren Tucker 2007-01-17 11:00:13 +11:00
parent 742cc1c194
commit eae5fa1b58
2 changed files with 6 additions and 2 deletions

View File

@ -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
@ -2669,4 +2674,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4605 2007/01/14 10:20:30 djm Exp $
$Id: ChangeLog,v 1.4606 2007/01/17 00:00:13 dtucker Exp $

View File

@ -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>