summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/patches/patch-ae')
-rw-r--r--print/gv/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/gv/patches/patch-ae b/print/gv/patches/patch-ae
new file mode 100644
index 00000000000..c9bd17c9c0f
--- /dev/null
+++ b/print/gv/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.8 2006/01/15 20:07:42 joerg Exp $
+
+--- src/Ghostview.c.orig 2006-01-15 20:00:42.000000000 +0000
++++ src/Ghostview.c
+@@ -88,8 +88,6 @@ typedef char *XPointer;
+ #endif
+
+ #include <errno.h>
+-/* BSD 4.3 errno.h does not declare errno */
+-extern int errno;
+ /* Both error returns are checked for non-blocking I/O. */
+ /* Manufacture the other error code if only one exists. */
+ #if !defined(EWOULDBLOCK) && defined(EAGAIN)