- (djm) [includes.h] Restore accidentally dropped netinet/in.h
This commit is contained in:
parent
af87af165f
commit
dcf4ca110e
|
@ -247,6 +247,7 @@
|
||||||
[openbsd-compat/sha2.c] First stab at portability glue for SHA256
|
[openbsd-compat/sha2.c] First stab at portability glue for SHA256
|
||||||
KEX support, should work with libc SHA256 support or OpenSSL
|
KEX support, should work with libc SHA256 support or OpenSSL
|
||||||
EVP_sha256 if present
|
EVP_sha256 if present
|
||||||
|
- (djm) [includes.h] Restore accidentally dropped netinet/in.h
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
|
@ -4148,4 +4149,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4208 2006/03/15 02:02:28 djm Exp $
|
$Id: ChangeLog,v 1.4209 2006/03/15 02:07:48 djm Exp $
|
||||||
|
|
|
@ -125,6 +125,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
|
||||||
#include <sys/ptms.h> /* for grantpt() and friends */
|
#include <sys/ptms.h> /* for grantpt() and friends */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <netinet/in.h>
|
||||||
#include <netinet/in_systm.h> /* For typedefs */
|
#include <netinet/in_systm.h> /* For typedefs */
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#if defined(HAVE_NETDB_H)
|
#if defined(HAVE_NETDB_H)
|
||||||
|
|
Loading…
Reference in New Issue