diff options
Diffstat (limited to 'net-misc/dhcpv6/files/dhcpv6-bison-fix.patch')
-rw-r--r-- | net-misc/dhcpv6/files/dhcpv6-bison-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/dhcpv6/files/dhcpv6-bison-fix.patch b/net-misc/dhcpv6/files/dhcpv6-bison-fix.patch new file mode 100644 index 000000000000..77b157606bcf --- /dev/null +++ b/net-misc/dhcpv6/files/dhcpv6-bison-fix.patch @@ -0,0 +1,11 @@ +diff -uNr dhcp6-0.85.orig/server6_parse.y dhcp6-0.85/server6_parse.y +--- dhcp6-0.85.orig/server6_parse.y 2004-06-12 00:29:01.384999104 +0000 ++++ dhcp6-0.85/server6_parse.y 2004-06-12 00:29:47.882930344 +0000 +@@ -83,7 +83,6 @@ + %token <bool> BOOLEAN + %token <addr> IPV6ADDR + %token <str> INFINITY +-%token <str> OPTION + + %token <str> HOST + %token <str> POOL |