summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/patches/patch-af')
-rw-r--r--print/gv/patches/patch-af18
1 files changed, 9 insertions, 9 deletions
diff --git a/print/gv/patches/patch-af b/print/gv/patches/patch-af
index 4471e193ed3..7b29d492588 100644
--- a/print/gv/patches/patch-af
+++ b/print/gv/patches/patch-af
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.5 2006/01/15 20:07:42 joerg Exp $
+$NetBSD: patch-af,v 1.6 2006/10/23 12:29:56 tron Exp $
---- src/error.h.orig 2006-01-15 20:01:54.000000000 +0000
+--- src/error.h.orig 2005-08-10 13:33:21.000000000 +0200
+++ src/error.h
-@@ -51,8 +51,6 @@
- # endif
- #endif
- # include <errno.h>
-- /* BSD 4.3 errno.h does not declare errno */
-- extern int errno;
- #endif
+@@ -36,8 +36,6 @@
+
+
+ #include <errno.h>
+-/* BSD 4.3 errno.h does not declare errno */
+-extern int errno;
extern char* open_fail_error (
+ #if NeedFunctionPrototypes