Module Name:    src
Committed By:   joerg
Date:           Tue May 24 13:41:53 UTC 2011

Modified Files:
        src/usr.sbin/pf/pfs: token.l

Log Message:
No input needed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/pf/pfs/token.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/pf/pfs/token.l
diff -u src/usr.sbin/pf/pfs/token.l:1.1 src/usr.sbin/pf/pfs/token.l:1.2
--- src/usr.sbin/pf/pfs/token.l:1.1	Fri May  7 17:41:58 2010
+++ src/usr.sbin/pf/pfs/token.l	Tue May 24 13:41:53 2011
@@ -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 
 
 %%
 

Reply via email to