summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-26 20:12:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-26 20:12:15 +1000
commit84ce9b455d04e7f145d43ef8dac2ddc59e41802d (patch)
tree2f773b9a2c548e149483cd4bb12fe22dd6b2ea23 /ChangeLog
parentf08bdb5a7e599ff95c72df7a92def141360c9b80 (diff)
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
templates for _getshort and _getlong if missing to prevent compiler warnings on Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dec60c1b..148199a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,9 +98,12 @@
98 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on 98 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
99 Cygwin. 99 Cygwin.
100 - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: 100 - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:
101 warning: dereferencing type-punned pointer will break strict-aliasing rules 101 warning: dereferencing type-punned pointer will break strict-aliasing rules
102 warning: passing arg 3 of `pam_get_item' from incompatible pointer type 102 warning: passing arg 3 of `pam_get_item' from incompatible pointer type
103 The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@ 103 The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@
104 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
105 templates for _getshort and _getlong if missing to prevent compiler warnings
106 on Linux.
104 107
10520050524 10820050524
106 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 109 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2600,4 +2603,4 @@
2600 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2603 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2601 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2604 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2602 2605
2603$Id: ChangeLog,v 1.3788 2005/05/26 09:59:48 dtucker Exp $ 2606$Id: ChangeLog,v 1.3789 2005/05/26 10:12:15 dtucker Exp $