$NetBSD$

--- lib/scanner.l.orig	2006-05-05 07:22:48.000000000 +0200
+++ lib/scanner.l
@@ -163,3 +163,8 @@ void input_reset()
         /* Forget contents of input buffer.  */
         YY_FLUSH_BUFFER;
 }
+
+int yywrap()
+{
+	return (1);
+}
