21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
$NetBSD: patch-ac,v 1.8 2005/09/06 14:53:36 adam Exp $
|
|
|
|
--- rw/rwTable.c.orig 2005-08-17 13:00:25.000000000 +0000
|
|
+++ rw/rwTable.c
|
|
@@ -251,6 +251,7 @@ RWtableGetWriterList()
|
|
char *
|
|
RWGetMsg()
|
|
{
|
|
+#ifndef __NetBSD__
|
|
#if defined(BSD4_4)
|
|
__const extern char *__const sys_errlist[];
|
|
#else
|
|
@@ -264,6 +265,7 @@ RWGetMsg()
|
|
#endif
|
|
#endif
|
|
#endif
|
|
+#endif
|
|
|
|
if (RWtableMsg[0] == '\0') {
|
|
if (errno == 0)
|