2013-09-26 17:14:40 +02:00

13 lines
288 B
Plaintext

$NetBSD: patch-au,v 1.1 2006/01/25 15:19:17 joerg Exp $
--- lib/mkcmd/std_lex.mc.orig 2006-01-25 15:02:04.000000000 +0000
+++ lib/mkcmd/std_lex.mc
@@ -11,7 +11,6 @@ yywrap()
{
register char *pcGot;
extern FILE *yyin;
- extern int errno;
if (stdin == yyin) {
clearerr(stdin);