1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/xpaint/files/patch-rw_rwTable.c
Johan van Selst 8bce42cf5f - Fix help file location
- While here, do some minor style cleanups

PR:		ports/177638
Submitted by:	<abc@ai1.alaska.net>
2013-09-23 04:39:38 +00:00

12 lines
350 B
C

--- 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()
char *
RWGetMsg()
{
-#ifndef __NetBSD__
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else