]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Adjust comments that clashed between 2.0 and -current
authorTed Lemon <source@isc.org>
Tue, 23 Feb 1999 19:00:36 +0000 (19:00 +0000)
committerTed Lemon <source@isc.org>
Tue, 23 Feb 1999 19:00:36 +0000 (19:00 +0000)
includes/dhctoken.h

index 76e1e5379985f534c629d69aea8e44c3da2844ab..245059637356a3e0b377946626bfb010898e8e38 100644 (file)
@@ -176,9 +176,9 @@ enum dhcp_token {
        COMMUNICATIONS_INTERRUPTED = 376,
        POTENTIAL_CONFLICT = 377,
        RECOVER = 378,
-       FDDI = 331,
-       AUTHORITATIVE = 333,
-       TOKEN_NOT = 334,
+       FDDI = 379,
+       AUTHORITATIVE = 380,
+       TOKEN_NOT = 381,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \