mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
$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;
|