diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-02 23:44:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-02 23:44:18 +0000 |
commit | e03d0524a965ac945a168aa668eac07f83401887 (patch) | |
tree | 0fd957503e420f1ba216a058f208673d1028bf98 /math/gap/patches | |
parent | c4701d131463e7c9fbfb68a8a0e176cc582214d4 (diff) | |
download | pkgsrc-e03d0524a965ac945a168aa668eac07f83401887.tar.gz |
don't declare errno, it was even used before that point anyway.
Diffstat (limited to 'math/gap/patches')
-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 ) + { |