$NetBSD: patch-ac,v 1.5 2003/07/17 09:01:02 adam Exp $

--- rw/rwTable.c.orig	2003-04-12 22:41:40.000000000 +0200
+++ rw/rwTable.c	2003-07-17 09:43:42.000000000 +0200
@@ -246,6 +246,7 @@
 char *
 RWGetMsg()
 {
+#ifndef __NetBSD__
 #if defined(BSD4_4)
     __const extern char *__const sys_errlist[];
 #else
@@ -260,6 +261,7 @@
 #endif
 #endif
     extern int errno;
+#endif
 
     if (RWtableMsg[0] == '\0') {
 	if (errno == 0)
