diff options
Diffstat (limited to 'math/gap/patches/patch-ac')
-rw-r--r-- | math/gap/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/gap/patches/patch-ac b/math/gap/patches/patch-ac new file mode 100644 index 00000000000..cbabcb0b684 --- /dev/null +++ b/math/gap/patches/patch-ac @@ -0,0 +1,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 ) + { |