Module Name: src
Committed By: joerg
Date: Tue May 24 12:06:25 UTC 2011
Modified Files:
src/sbin/veriexecctl: veriexecctl_conf.l
Log Message:
input is unused.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/veriexecctl/veriexecctl_conf.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/veriexecctl/veriexecctl_conf.l
diff -u src/sbin/veriexecctl/veriexecctl_conf.l:1.14 src/sbin/veriexecctl/veriexecctl_conf.l:1.15
--- src/sbin/veriexecctl/veriexecctl_conf.l:1.14 Thu Oct 29 14:49:03 2009
+++ src/sbin/veriexecctl/veriexecctl_conf.l Tue May 24 12:06:25 2011
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: veriexecctl_conf.l,v 1.14 2009/10/29 14:49:03 christos Exp $ */
+/* $NetBSD: veriexecctl_conf.l,v 1.15 2011/05/24 12:06:25 joerg Exp $ */
/*-
* Copyright 2005 Elad Efrat <[email protected]>
@@ -82,6 +82,7 @@
PCHAR (\\.|[^ \t])
%option nounput
+%option noinput
%%