Source-Changes-HG archive

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

[src/trunk]: src/sbin/wsconsctl input is unused



details:   https://anonhg.NetBSD.org/src/rev/c10f48dbe007
branches:  trunk
changeset: 765324:c10f48dbe007
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue May 24 12:07:14 2011 +0000

description:
input is unused

diffstat:

 sbin/wsconsctl/map_scan.l |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5ae31c606b6c -r c10f48dbe007 sbin/wsconsctl/map_scan.l
--- a/sbin/wsconsctl/map_scan.l Tue May 24 12:06:25 2011 +0000
+++ b/sbin/wsconsctl/map_scan.l Tue May 24 12:07:14 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: map_scan.l,v 1.6 2010/11/30 12:22:06 phx Exp $ */
+/*     $NetBSD: map_scan.l,v 1.7 2011/05/24 12:07:14 joerg Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -51,6 +51,7 @@
 %}
 
 %option noyywrap
+%option noinput
 
 %%
 



Home | Main Index | Thread Index | Old Index