From: Ted Lemon Date: Wed, 6 Dec 2000 17:24:26 +0000 (+0000) Subject: Fix compile warning on Tru64 X-Git-Tag: V3-BETA-2-PATCH-12~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580523b01354ccc9dc6c25228a60e8343bce4886;p=thirdparty%2Fdhcp.git Fix compile warning on Tru64 --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index f48622e6a..d0d6f3276 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -301,7 +301,7 @@ enum dhcp_token { BOUND = 597, RENEWING = 598, REBINDING = 599, - RECONTACT_INTERVAL = 600, + RECONTACT_INTERVAL = 600 }; #define is_identifier(x) ((x) >= FIRST_TOKEN && \