summaryrefslogtreecommitdiff
path: root/graphics/xv/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xv/patches/patch-ag')
-rw-r--r--graphics/xv/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/xv/patches/patch-ag b/graphics/xv/patches/patch-ag
deleted file mode 100644
index 6f1b05c8ea3..00000000000
--- a/graphics/xv/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 1999/09/20 18:03:41 christos Exp $
-
---- ./xv.h.orig Mon Sep 20 13:33:56 1999
-+++ ./xv.h Mon Sep 20 13:37:46 1999
-@@ -126,7 +126,7 @@
- #ifndef VMS
- # include <errno.h>
- extern int errno; /* SHOULD be in errno.h, but often isn't */
--# if !(defined(BSD) && (BSD >= 199103))
-+# if !(defined(BSD) && (BSD >= 199103)) && !defined(__linux__)
- extern char *sys_errlist[]; /* this too... */
- # endif
- #endif