Mercurial > dropbear
changeset 377:1bfa65fed772
- Include netinet/in.h before arpa/inet.h for FreeBSD
- Update Copyright year
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Dec 2006 13:09:32 +0000 |
parents | fbcc3b5b34f3 |
children | a124aff0cbf1 |
files | LICENSE includes.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/LICENSE Thu Nov 02 16:52:59 2006 +0000 +++ b/LICENSE Wed Dec 06 13:09:32 2006 +0000 @@ -8,7 +8,7 @@ Portions of the client-mode work are (c) 2004 Mihnea Stoenescu, under the same license: -Copyright (c) 2002-2004 Matt Johnston +Copyright (c) 2002-2006 Matt Johnston Portions copyright (c) 2004 Mihnea Stoenescu All rights reserved.
--- a/includes.h Thu Nov 02 16:52:59 2006 +0000 +++ b/includes.h Wed Dec 06 13:09:32 2006 +0000 @@ -72,12 +72,12 @@ #include <lastlog.h> #endif -#include <arpa/inet.h> - #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif +#include <arpa/inet.h> + /* netbsd 1.6 needs this to be included before netinet/ip.h for some * undocumented reason */ #ifdef HAVE_NETINET_IN_SYSTM_H