diff options
author | grant <grant@pkgsrc.org> | 2003-01-13 12:49:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-01-13 12:49:33 +0000 |
commit | e51ff31757afebcae0d17877a93dbf1fa95cf5c0 (patch) | |
tree | 608d2b1b782ab06d43ad32d4cd9bc1b17ddca457 /net/docsis | |
parent | 5631c5498fd0fb54fe49316ace00412a2c09d9b5 (diff) | |
download | pkgsrc-e51ff31757afebcae0d17877a93dbf1fa95cf5c0.tar.gz |
remove type redeclaration to make new bison happy.
fixes build problem in Hubert's bulk-build.
Diffstat (limited to 'net/docsis')
-rw-r--r-- | net/docsis/distinfo | 3 | ||||
-rw-r--r-- | net/docsis/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/docsis/distinfo b/net/docsis/distinfo index 8d864dde3e4..4dfd5e85554 100644 --- a/net/docsis/distinfo +++ b/net/docsis/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/06/25 04:12:52 grant Exp $ +$NetBSD: distinfo,v 1.2 2003/01/13 12:49:33 grant Exp $ SHA1 (docsis-0.7.5-RELEASE.tgz) = 2bf8ffd0af0dd6dcebaf2f657cad2196c05b3ac6 Size (docsis-0.7.5-RELEASE.tgz) = 42517 bytes SHA1 (patch-aa) = 5e0fec5f4d12e467d57b1dd2fff0a1a690ad4753 +SHA1 (patch-ab) = e8bd55d1318cf591ce70ec955cb3a740e24c59ae diff --git a/net/docsis/patches/patch-ab b/net/docsis/patches/patch-ab new file mode 100644 index 00000000000..a846a6070f7 --- /dev/null +++ b/net/docsis/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2003/01/13 12:49:35 grant Exp $ + +--- docsis_yy.y.orig Thu Feb 14 06:09:52 2002 ++++ docsis_yy.y +@@ -51,7 +51,6 @@ extern symbol_type *global_symtable; + %token <strval> T_ETHERMASK + %token <strval> T_LABEL_OID + %token <strval> T_IP +-%token <strval> T_MAC + %token <strval> T_MAIN + %token <strval> T_STRING + %token <strval> T_HEX_STRING |