blob: dccd1f123e43a6cb9f4f285dcc73971d6dbbfd93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2002/01/12 18:34:56 bouyer Exp $
--- Xsra/SelFile.c.orig Sat Jan 12 17:52:02 2002
+++ Xsra/SelFile.c Sat Jan 12 17:52:18 2002
@@ -48,8 +48,10 @@
extern int errno;
extern int sys_nerr;
#ifndef __FreeBSD__
+#ifndef __NetBSD__
#ifndef __GLIBC__
extern char *sys_errlist[];
+#endif
#endif
#endif
|