diff options
author | Damien Miller <djm@mindrot.org> | 2008-05-19 16:07:45 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-05-19 16:07:45 +1000 |
commit | 0f30c87c45030005ed79d0c83c176d7abc91265f (patch) | |
tree | 7f413d162312398e3c65e37496dddfe2f4c99937 /ChangeLog | |
parent | bab9bd4c20dac1d513fbf16d1214e0c0f9a1bf3b (diff) |
- pvalchev@cvs.openbsd.org 2008/05/12 20:52:20
[umac.c]
Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -140,6 +140,10 @@ | |||
140 | ignoring SIGPIPE by adding a new channel message (EOW) that signals | 140 | ignoring SIGPIPE by adding a new channel message (EOW) that signals |
141 | the peer that we're not interested in any data it might send. | 141 | the peer that we're not interested in any data it might send. |
142 | fixes bz #85; discussion, debugging and ok djm@ | 142 | fixes bz #85; discussion, debugging and ok djm@ |
143 | - pvalchev@cvs.openbsd.org 2008/05/12 20:52:20 | ||
144 | [umac.c] | ||
145 | Ensure nh_result lies on a 64-bit boundary (fixes warnings observed | ||
146 | on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@ | ||
143 | 147 | ||
144 | 20080403 | 148 | 20080403 |
145 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | 149 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- |
@@ -4000,4 +4004,4 @@ | |||
4000 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4004 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4001 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4005 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4002 | 4006 | ||
4003 | $Id: ChangeLog,v 1.4930 2008/05/19 06:06:47 djm Exp $ | 4007 | $Id: ChangeLog,v 1.4931 2008/05/19 06:07:45 djm Exp $ |