summaryrefslogtreecommitdiff
path: root/games/xmris/patches/patch-ab
blob: b2acfd506744a66a8af2cbde0b84891b535840e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.4 2005/03/16 20:44:17 rillig Exp $

--- all.c.orig	Fri Dec 22 13:05:56 1995
+++ all.c	Wed Mar 16 21:30:19 2005
@@ -637,8 +637,10 @@ FUNCARG((stream),
  * returns the error string, or NULL
  */
 {
+#if !defined(__NetBSD__) && !defined(__linux__)
   extern int sys_nerr;
   extern char *sys_errlist[];
+#endif
   
   int   error;