|
|
@@ -6,7 +6,7 @@ diff -Naur xv-3.10a.orig/xv.h xv-3.10a/xv.h
|
|
|
# include <errno.h>
|
|
|
extern int errno; /* SHOULD be in errno.h, but often isn't */
|
|
|
-# ifndef __NetBSD__
|
|
|
-+# if !defined(__NetBSD__) && !defined(__FreeBSD__)
|
|
|
++# if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__)
|
|
|
extern char *sys_errlist[]; /* this too... */
|
|
|
# endif
|
|
|
#endif
|