blob: cbabcb0b6849f88813f5d1419fdeea6104915bed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2005/12/02 23:44:18 joerg Exp $
--- src/iostream.c.orig 2005-12-02 23:32:25.000000000 +0000
+++ src/iostream.c
@@ -728,7 +728,6 @@ Int ReadFromPty( UInt stream, Char *buf,
}
}
#endif
-extern int errno;
UInt WriteToPty ( UInt stream, Char *buf, Int len )
{
|