pkgsrc/graphics/xpaint/patches/patch-ac
1998-12-20 14:18:01 +00:00

23 lines
483 B
Text

$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)