From e03d0524a965ac945a168aa668eac07f83401887 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Dec 2005 23:44:18 +0000 Subject: don't declare errno, it was even used before that point anyway. --- math/gap/patches/patch-ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/gap/patches/patch-ac (limited to 'math/gap/patches') 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 ) + { -- cgit v1.2.3