summaryrefslogtreecommitdiff
path: root/emulators/pcemu/patches/patch-ai
blob: 25e4257abf1e82b6304dfb89a1fd3267dc6b186b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ai,v 1.1 2004/07/09 12:45:03 wiz Exp $

--- mfs.h.orig	1994-06-22 16:24:51.000000000 +0200
+++ mfs.h
@@ -45,7 +45,9 @@ typedef unsigned char boolean_t;
 
 #include "mfs_link.h"
 
+#if BSD < 199306		/* newer BSDs have it in <stdio.h> */
 extern char *sys_errlist[];
+#endif
 
 #if !defined(__hpux) && !defined(SOLARIS) && !defined(SGI) && !defined(RS6000)
 #define strerror(x) sys_errlist[x]