Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/dist/ipf/tools Pull up revision 1.2 (requested by chris...



details:   https://anonhg.NetBSD.org/src/rev/f381e48673f5
branches:  netbsd-2-0
changeset: 561195:f381e48673f5
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 30 11:21:28 2004 +0000

description:
Pull up revision 1.2 (requested by christos in ticket #416):
PR/25365: HIROSE yuuji: ipf 4.1.1 fails to parse ipv6 address in fastroute
destination. Patch from darren applied.

diffstat:

 dist/ipf/tools/lexer.c |  3 ++-
 dist/ipf/tools/lexer.h |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 47a1b1c194d2 -r f381e48673f5 dist/ipf/tools/lexer.c
--- a/dist/ipf/tools/lexer.c    Sun May 30 11:21:09 2004 +0000
+++ b/dist/ipf/tools/lexer.c    Sun May 30 11:21:28 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lexer.c,v 1.1.1.1 2004/03/28 08:56:35 martti Exp $     */
+/*     $NetBSD: lexer.c,v 1.1.1.1.2.1 2004/05/30 11:21:28 tron Exp $   */
 
 /*
  * Copyright (C) 2003 by Darren Reed.
@@ -44,6 +44,7 @@
 int            yybreakondot = 0;
 int            yyvarnext = 0;
 int            yytokentype = 0;
+int            *yycont;
 wordtab_t      *yywordtab = NULL;
 
 static wordtab_t       *yyfindkey __P((char *));
diff -r 47a1b1c194d2 -r f381e48673f5 dist/ipf/tools/lexer.h
--- a/dist/ipf/tools/lexer.h    Sun May 30 11:21:09 2004 +0000
+++ b/dist/ipf/tools/lexer.h    Sun May 30 11:21:28 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lexer.h,v 1.1.1.1 2004/03/28 08:56:35 martti Exp $     */
+/*     $NetBSD: lexer.h,v 1.1.1.1.2.1 2004/05/30 11:21:28 tron Exp $   */
 
 
 typedef        struct  wordtab {
@@ -30,6 +30,7 @@
 extern FILE    *yyin;
 extern int     yylineNum;
 extern int     yyexpectaddr;
+extern int     *yycont;
 extern int     yybreakondot;
 extern int     yyvarnext;
 



Home | Main Index | Thread Index | Old Index