diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dns.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -92,6 +92,9 @@ | |||
92 | - deraadt@cvs.openbsd.org 2006/03/20 18:35:12 | 92 | - deraadt@cvs.openbsd.org 2006/03/20 18:35:12 |
93 | [channels.c] | 93 | [channels.c] |
94 | x11_fake_data is only ever used as u_char * | 94 | x11_fake_data is only ever used as u_char * |
95 | - deraadt@cvs.openbsd.org 2006/03/20 18:41:43 | ||
96 | [dns.c] | ||
97 | cast xstrdup to propert u_char * | ||
95 | 98 | ||
96 | 20060325 | 99 | 20060325 |
97 | - OpenBSD CVS Sync | 100 | - OpenBSD CVS Sync |
@@ -4349,4 +4352,4 @@ | |||
4349 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4352 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4350 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4353 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4351 | 4354 | ||
4352 | $Id: ChangeLog,v 1.4268 2006/03/26 03:08:10 djm Exp $ | 4355 | $Id: ChangeLog,v 1.4269 2006/03/26 03:09:09 djm Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.c,v 1.17 2006/03/19 18:51:18 deraadt Exp $ */ | 1 | /* $OpenBSD: dns.c,v 1.18 2006/03/20 18:41:43 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |