summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-02 15:32:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-02 15:32:40 +1000
commit46aa3e0ce1d2f341bb3e4d46035faae3bb5ee69c (patch)
tree92daa5a80c3709fc6448da32abf5d6065380bb87 /ChangeLog
parent25fa0ee693fc99377e395bf47d74960ffda20883 (diff)
- (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.c
openbsd-compat/bindresvport.c openbsd-compat/getrrsetbyname.c openbsd-compat/port-tun.c openbsd-compat/rresvport.c] Include <arpa/inet.h> for hton* and ntoh* macros. Required on (at least) HP-UX since we define _XOPEN_SOURCE_EXTENDED. Found by santhi.amirta at gmail com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1732345c..56b4af7c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
120060902 120060902
2 - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan. 2 - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
3 - (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.c
4 openbsd-compat/bindresvport.c openbsd-compat/getrrsetbyname.c
5 openbsd-compat/port-tun.c openbsd-compat/rresvport.c] Include <arpa/inet.h>
6 for hton* and ntoh* macros. Required on (at least) HP-UX since we define
7 _XOPEN_SOURCE_EXTENDED. Found by santhi.amirta at gmail com.
3 8
420060901 920060901
5 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 10 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
@@ -5380,4 +5385,4 @@
5380 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5385 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5381 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5386 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5382 5387
5383$Id: ChangeLog,v 1.4526 2006/09/02 02:38:56 dtucker Exp $ 5388$Id: ChangeLog,v 1.4527 2006/09/02 05:32:40 dtucker Exp $