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.3 (requested by chris...
details: https://anonhg.NetBSD.org/src/rev/f06353e73ff3
branches: netbsd-2-0
changeset: 561216:f06353e73ff3
user: tron <tron%NetBSD.org@localhost>
date: Sun May 30 11:27:11 2004 +0000
description:
Pull up revision 1.3 (requested by christos in ticket #416):
PR/24961: Arto Selonen: ipfilter 4.1.1 has problems parsing ipf.conf
diffstat:
dist/ipf/tools/lexer.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d9969ca9a9ab -r f06353e73ff3 dist/ipf/tools/lexer.c
--- a/dist/ipf/tools/lexer.c Sun May 30 11:26:52 2004 +0000
+++ b/dist/ipf/tools/lexer.c Sun May 30 11:27:11 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lexer.c,v 1.1.1.1.2.1 2004/05/30 11:21:28 tron Exp $ */
+/* $NetBSD: lexer.c,v 1.1.1.1.2.2 2004/05/30 11:27:11 tron Exp $ */
/*
* Copyright (C) 2003 by Darren Reed.
@@ -431,6 +431,7 @@
} while (isdigit(n));
yyunputc(n);
rval = YY_NUMBER;
+ yyvarnext = 0;
goto done;
}
Home |
Main Index |
Thread Index |
Old Index