Subject: CVS commit: basesrc/dist/dhcp/minires
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/18/2002 22:25:59
Module Name:	basesrc
Committed By:	bjh21
Date:		Mon Mar 18 20:25:59 UTC 2002

Modified Files:
	basesrc/dist/dhcp/minires: res_findzonecut.c

Log Message:
Check isc_result_t values with != ISC_R_SUCCESS, rather than < 0.
Suggested by Ted Lemon, but not yet in an ISC DHCP release.
This is necessary to avoid warning with -fshort-enums.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/dist/dhcp/minires/res_findzonecut.c

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