diff options
Diffstat (limited to 'lang/elk/patches/patch-ac')
-rw-r--r-- | lang/elk/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/elk/patches/patch-ac b/lang/elk/patches/patch-ac new file mode 100644 index 00000000000..64b43698b38 --- /dev/null +++ b/lang/elk/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.5 2006/01/09 23:00:09 joerg Exp $ + +--- src/io.c.orig 2006-01-09 22:17:25.000000000 +0000 ++++ src/io.c +@@ -48,7 +48,6 @@ + + extern void Flush_Output (Object); + +-extern int errno; + extern char *getenv(); + + Object Curr_Input_Port, Curr_Output_Port; |