diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:28:50 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:28:50 +1100 |
commit | a0fdce9a47dfa572fde97e1a2ee9b33efb9fd549 (patch) | |
tree | 39efc92f6b2e6729a839ecc89b41f22a809f08b0 /ChangeLog | |
parent | 08d61505d7229aaa5484439b2f2e98add3052afe (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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 | ||
172 | 20060325 | 175 | 20060325 |
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 $ |