Module Name:    src
Committed By:   joerg
Date:           Wed Dec  8 02:05:39 UTC 2010

Modified Files:
        src/lib/libc/net: nslexer.l

Log Message:
input() is not used, so don't provide it.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/net/nslexer.l

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

Modified files:

Index: src/lib/libc/net/nslexer.l
diff -u src/lib/libc/net/nslexer.l:1.9 src/lib/libc/net/nslexer.l:1.10
--- src/lib/libc/net/nslexer.l:1.9	Thu Oct 29 14:49:03 2009
+++ src/lib/libc/net/nslexer.l	Wed Dec  8 02:05:39 2010
@@ -1,5 +1,5 @@
 %{
-/*	$NetBSD: nslexer.l,v 1.9 2009/10/29 14:49:03 christos Exp $	*/
+/*	$NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: nslexer.l,v 1.9 2009/10/29 14:49:03 christos Exp $");
+__RCSID("$NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -44,6 +44,8 @@
 
 #include "nsparser.h"
 
+#define	YY_NO_INPUT
+
 %}
 
 %option yylineno nounput

Reply via email to