Subject: CVS commit: [netbsd-1-5] basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/04/2002 04:26:46
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Sep  4 01:26:45 UTC 2002

Modified Files:
	basesrc [netbsd-1-5]: CHANGES-1.5.4
	basesrc/lib/libc/net [netbsd-1-5]: res_mkquery.c

Log Message:
pullup lib/libc/net/res_mkquery.c 1.22 (itojun)

correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen).  we eliminate buflen and use
fixed point (ep) as the ending pointer.


To generate a diff of this commit:
cvs rdiff -r1.1.2.14 -r1.1.2.15 basesrc/CHANGES-1.5.4
cvs rdiff -r1.18 -r1.18.4.1 basesrc/lib/libc/net/res_mkquery.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.