From 080ac841b92ac7f8d17630fd5f18e8a7414ec3fa Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 20 Sep 1999 18:03:41 +0000 Subject: linux has sys_errlist too. --- graphics/xv/patches/patch-ag | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/xv/patches/patch-ag (limited to 'graphics/xv') diff --git a/graphics/xv/patches/patch-ag b/graphics/xv/patches/patch-ag new file mode 100644 index 00000000000..6f1b05c8ea3 --- /dev/null +++ b/graphics/xv/patches/patch-ag @@ -0,0 +1,13 @@ +$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 + 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 -- cgit v1.2.3