freebsd-ports/graphics/xpaint/files/patch-af
Kirill Ponomarev 3281f12687 Update to version 2.7.1
PR:		ports/71061
Submitted by:	Ports Fury
2004-08-28 06:32:20 +00:00

18 lines
434 B
Text

--- rw/libpnmrw.c.orig Wed Oct 4 00:16:52 2000
+++ rw/libpnmrw.c Wed Oct 4 00:18:10 2000
@@ -131,6 +131,7 @@
static void
pm_perror(char *reason)
{
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else
@@ -146,6 +147,7 @@
#endif
#if !defined(__EMX__) || defined(__CYGWIN__)
extern int errno;
+#endif
#endif
char *e;