blob: 2335a34765320cd84eb87f6c07a700a0a2d789a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ac,v 1.4 1998/12/20 14:18:02 christos Exp $
*** rw/rwTable.c.orig Tue Jun 9 17:09:32 1998
--- rw/rwTable.c Sat Dec 19 13:57:15 1998
***************
*** 231,236 ****
--- 231,237 ----
char *
RWGetMsg()
{
+ #ifndef __NetBSD__
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else
***************
*** 239,244 ****
--- 240,246 ----
#endif
#endif
extern int errno;
+ #endif
if (RWtableMsg[0] == '\0') {
if (errno == 0)
|