From: Ted Lemon Date: Mon, 7 Feb 2000 19:00:31 +0000 (+0000) Subject: Fix a non-nsupdate compile error. X-Git-Tag: V3-BETA-2-PATCH-1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01b7dc07e9f6c00880374dc71f3708b17ca7c09;p=thirdparty%2Fdhcp.git Fix a non-nsupdate compile error. --- diff --git a/includes/tree.h b/includes/tree.h index 8cbbf4fdb..3e6d35d93 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -83,7 +83,9 @@ struct binding_value { struct data_string data; unsigned long intval; int boolean; +#if defined (NSUPDATE) ns_updrec *dns; +#endif struct fundef fundef; struct binding_value *bv; } value;