From: Ted Lemon Date: Mon, 4 Oct 1999 23:50:45 +0000 (+0000) Subject: Correct comment (from Brian Murrell) X-Git-Tag: V3-BETA-1-PATCH-2~5^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a54124a982110d378dbca8d71aec924a2caeb5;p=thirdparty%2Fdhcp.git Correct comment (from Brian Murrell) --- diff --git a/includes/isc/types.h b/includes/isc/types.h index 2a3e7e327..da3180619 100644 --- a/includes/isc/types.h +++ b/includes/isc/types.h @@ -26,9 +26,9 @@ * including (by means of -I...) the include files that are installed * by BIND. The problem is that the BIND includes also have an * isc/list.h, which gets included above rather than the isc/list.h - * that is packaged with the DHCP server. That include does not - * prepend the macros with "ISC_", the one ith the DHCP's isc/list.h - * does. Sigh. + * that is packaged with the DHCP server. The BIND version of the + * include does not prepend the macros with "ISC_", the one with the + * DHCP's isc/list.h does. Sigh. * * Fixed in BIND 9. Double sigh. This is a temporary fix - we'll * come up with something more correct later.