summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:28:50 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:28:50 +1100
commita0fdce9a47dfa572fde97e1a2ee9b33efb9fd549 (patch)
tree39efc92f6b2e6729a839ecc89b41f22a809f08b0 /ChangeLog
parent08d61505d7229aaa5484439b2f2e98add3052afe (diff)
- deraadt@cvs.openbsd.org 2006/03/25 18:56:55
[bufaux.c channels.c packet.c] remove (char *) casts to a function that accepts void * for the arg
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da5a1ded5..407649967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -168,6 +168,9 @@
168 - deraadt@cvs.openbsd.org 2006/03/25 18:43:30 168 - deraadt@cvs.openbsd.org 2006/03/25 18:43:30
169 [channels.c] 169 [channels.c]
170 use strtonum() instead of atoi() [limit X screens to 400, sorry] 170 use strtonum() instead of atoi() [limit X screens to 400, sorry]
171 - deraadt@cvs.openbsd.org 2006/03/25 18:56:55
172 [bufaux.c channels.c packet.c]
173 remove (char *) casts to a function that accepts void * for the arg
171 174
17220060325 17520060325
173 - OpenBSD CVS Sync 176 - OpenBSD CVS Sync
@@ -4425,4 +4428,4 @@
4425 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4428 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4426 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4429 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4427 4430
4428$Id: ChangeLog,v 1.4283 2006/03/26 03:28:32 djm Exp $ 4431$Id: ChangeLog,v 1.4284 2006/03/26 03:28:50 djm Exp $