aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-03 12:19:43 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-10-03 12:19:43 +0000
commita7cd69a160988bfd3b3d9ecdf4e8068f11e74711 (patch)
treed961a60c33f8acca3ffad8cfeb19514c7bdcfcf9
parent16220e96f756509197a8a08abe3a83b71d626f7f (diff)
fixed a compilation failure by flex 2.5.4 (patch submitted by Jun-ya Kato)
-rw-r--r--cfparse.y2
-rw-r--r--cftoken.l2
2 files changed, 2 insertions, 2 deletions
diff --git a/cfparse.y b/cfparse.y
index bda6f04..dcac3d7 100644
--- a/cfparse.y
+++ b/cfparse.y
@@ -107,7 +107,7 @@ static void cleanup_cflist __P((struct cf_list *));
%token ADDRESS
%token REQUEST SEND ALLOW PREFERENCE
%token HOST HOSTNAME DUID
-%token OPTION RAPID_COMMIT IA_PD DNS_SERVERS DNS_NAME NTP_SERVERS REFRESHTIME
+%token OPTION RAPID_COMMIT DNS_SERVERS DNS_NAME NTP_SERVERS REFRESHTIME
%token SIP_SERVERS SIP_NAME
%token NIS_SERVERS NIS_NAME
%token NISP_SERVERS NISP_NAME
diff --git a/cftoken.l b/cftoken.l
index 7e37b51..763594d 100644
--- a/cftoken.l
+++ b/cftoken.l
@@ -206,7 +206,7 @@ ecl \}
<S_CNF>bcmcs-server-domain-name { DECHO; return (BCMCS_NAME); }
<S_CNF>refreshtime { DECHO; return (REFRESHTIME); }
-/* provided for a backward compatibility to WIDE-DHCPv6 before Oct 1 2006 */
+ /* provided for a backward compatibility to WIDE-DHCPv6 before Oct 1 2006 */
<S_CNF>nis-server-domain-name { DECHO; return (NIS_NAME); }
<S_CNF>nisp-server-domain-name { DECHO; return (NISP_NAME); }