summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 10:22:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 10:22:54 +1000
commitf8b7eb7c3c77625845f4e2a844cc57c0496d414e (patch)
tree83bc292ac1cba86c4f7e13d54e321141b530c01f /ChangeLog
parentff4454dbda098d98819a108b76d3508402ab3441 (diff)
- dtucker@cvs.openbsd.org 2008/06/13 00:12:02
[sftp.h log.h] replace __dead with __attribute__((noreturn)), makes things a little easier to port. Also, add it to sigdie(). ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1cb4b892..75f6246ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -139,6 +139,10 @@
139 - ian@cvs.openbsd.org 2008/06/12 23:24:58 139 - ian@cvs.openbsd.org 2008/06/12 23:24:58
140 [sshconnect.c] 140 [sshconnect.c]
141 tweak wording in message, ok deraadt@ jmc@ 141 tweak wording in message, ok deraadt@ jmc@
142 - dtucker@cvs.openbsd.org 2008/06/13 00:12:02
143 [sftp.h log.h]
144 replace __dead with __attribute__((noreturn)), makes things
145 a little easier to port. Also, add it to sigdie(). ok djm@
142 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now 146 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now
143 takes 2 more args. with djm@ 147 takes 2 more args. with djm@
144 148
@@ -4303,4 +4307,4 @@
4303 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4307 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4304 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4308 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4305 4309
4306$Id: ChangeLog,v 1.4993 2008/06/13 00:21:51 dtucker Exp $ 4310$Id: ChangeLog,v 1.4994 2008/06/13 00:22:54 dtucker Exp $