From: Ted Lemon Date: Tue, 28 Nov 2000 23:44:13 +0000 (+0000) Subject: Oops, fix ISC_R_NRESULTS. X-Git-Tag: V3-BETA-1-PATCH-11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c514db8e98ce5c1b032bdf0788f1147a12e5e9ca;p=thirdparty%2Fdhcp.git Oops, fix ISC_R_NRESULTS. --- diff --git a/includes/isc/result.h b/includes/isc/result.h index bda0da91d..dc9403450 100644 --- a/includes/isc/result.h +++ b/includes/isc/result.h @@ -89,7 +89,7 @@ ISC_LANG_BEGINDECLS #define ISC_R_BADKEY 61 #define ISC_R_BADTIME 62 -#define ISC_R_NRESULTS 62 /* Number of results */ +#define ISC_R_NRESULTS 63 /* Number of results */ const char * isc_result_totext(isc_result_t); isc_result_t isc_result_register(unsigned int base,