2013-09-23 06:39:38 +02:00
|
|
|
--- rw/rwTable.c.orig 2012-02-08 09:08:02.000000000 +0100
|
|
|
|
+++ rw/rwTable.c 2013-09-16 13:27:46.000000000 +0200
|
|
|
|
@@ -339,7 +339,7 @@ RWtableGetWriterList()
|
2000-03-21 16:45:59 +01:00
|
|
|
char *
|
|
|
|
RWGetMsg()
|
|
|
|
{
|
2010-07-16 05:31:49 +02:00
|
|
|
-#ifndef __NetBSD__
|
2000-03-21 16:45:59 +01:00
|
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
|
|
|
#if defined(BSD4_4)
|
|
|
|
__const extern char *__const sys_errlist[];
|
|
|
|
#else
|