Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pf/pfs No input needed
details: https://anonhg.NetBSD.org/src/rev/08e6dc6bc0b3
branches: trunk
changeset: 765348:08e6dc6bc0b3
user: joerg <joerg%NetBSD.org@localhost>
date: Tue May 24 13:41:53 2011 +0000
description:
No input needed
diffstat:
usr.sbin/pf/pfs/token.l | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c3ee3e043286 -r 08e6dc6bc0b3 usr.sbin/pf/pfs/token.l
--- a/usr.sbin/pf/pfs/token.l Tue May 24 13:26:41 2011 +0000
+++ b/usr.sbin/pf/pfs/token.l Tue May 24 13:41:53 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: token.l,v 1.1 2010/05/07 17:41:58 degroote Exp $ */
+/* $NetBSD: token.l,v 1.2 2011/05/24 13:41:53 joerg Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: token.l,v 1.1 2010/05/07 17:41:58 degroote Exp $");
+__RCSID("$NetBSD: token.l,v 1.2 2011/05/24 13:41:53 joerg Exp $");
#endif
#include <stdlib.h>
@@ -50,6 +50,7 @@
%}
%option nounput
+%option noinput
%%
Home |
Main Index |
Thread Index |
Old Index