Module Name: src
Committed By: joerg
Date: Thu Jun 9 13:09:42 UTC 2011
Modified Files:
src/usr.sbin/ndiscvt: inf-token.l
Log Message:
Input function is not used
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/ndiscvt/inf-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/ndiscvt/inf-token.l
diff -u src/usr.sbin/ndiscvt/inf-token.l:1.8 src/usr.sbin/ndiscvt/inf-token.l:1.9
--- src/usr.sbin/ndiscvt/inf-token.l:1.8 Thu Oct 29 14:49:03 2009
+++ src/usr.sbin/ndiscvt/inf-token.l Thu Jun 9 13:09:42 2011
@@ -36,7 +36,7 @@
__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/inf-token.l,v 1.3 2004/01/11 21:10:35 mdodd Exp $");
#endif
#ifdef __NetBSD__
-__RCSID("$NetBSD: inf-token.l,v 1.8 2009/10/29 14:49:03 christos Exp $");
+__RCSID("$NetBSD: inf-token.l,v 1.9 2011/06/09 13:09:42 joerg Exp $");
#endif
#include <regex.h>
@@ -71,7 +71,7 @@
%}
-%option nounput
+%option nounput noinput
%%