summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-12-07 13:07:46 +1100
committerDarren Tucker <dtucker@zip.com.au>2012-12-07 13:07:46 +1100
commit3e1027cd1fff4b3b6320f186ccc69efe06a50466 (patch)
treec8b7a082bc64975c76a4a2964d653dcf000de21f /ChangeLog
parent8a96522482acd40af2e8a08696780a54c00b4feb (diff)
- dtucker@cvs.openbsd.org 2012/12/07 01:51:35
[serverloop.c] Cast signal to int for logging. A no-op on openbsd (they're always ints) but will prevent warnings in portable. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a3f272e1..85f251ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
15 - markus@cvs.openbsd.org 2012/12/05 15:42:52 15 - markus@cvs.openbsd.org 2012/12/05 15:42:52
16 [ssh-add.c] 16 [ssh-add.c]
17 prevent double-free of comment; ok djm@ 17 prevent double-free of comment; ok djm@
18 - dtucker@cvs.openbsd.org 2012/12/07 01:51:35
19 [serverloop.c]
20 Cast signal to int for logging. A no-op on openbsd (they're always ints)
21 but will prevent warnings in portable. ok djm@
18 22
1920121205 2320121205
20 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. 24 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.