summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 20:48:25 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 20:48:25 +1000
commitde3cb0a3dc1bd98762afa3d71f3ffcdb76029fad (patch)
tree8c0729f879a4458a36ef691480c553382ac2775a /ChangeLog
parent84ce9b455d04e7f145d43ef8dac2ddc59e41802d (diff)
- (djm) [configure.ac openbsd-compat/Makefile.in]
[openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c] Add strtonum(3) from OpenBSD libc, new code needs it. Unfortunately Linux forces us to do a bizarre dance with compiler options to get LLONG_MIN/MAX; Spotted by and ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 148199a55..935132567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -104,6 +104,11 @@
104 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide 104 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
105 templates for _getshort and _getlong if missing to prevent compiler warnings 105 templates for _getshort and _getlong if missing to prevent compiler warnings
106 on Linux. 106 on Linux.
107 - (djm) [configure.ac openbsd-compat/Makefile.in]
108 [openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c]
109 Add strtonum(3) from OpenBSD libc, new code needs it.
110 Unfortunately Linux forces us to do a bizarre dance with compiler
111 options to get LLONG_MIN/MAX; Spotted by and ok dtucker@
107 112
10820050524 11320050524
109 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 114 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2603,4 +2608,4 @@
2603 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2608 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2604 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2609 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2605 2610
2606$Id: ChangeLog,v 1.3789 2005/05/26 10:12:15 dtucker Exp $ 2611$Id: ChangeLog,v 1.3790 2005/05/26 10:48:25 djm Exp $