SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
graphics/xpaint/patches/patch-rw_rwTable_c
Normal file
18
graphics/xpaint/patches/patch-rw_rwTable_c
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- rw/rwTable.c.orig Wed Aug 17 15:00:25 2005
|
||||
+++ rw/rwTable.c Tue Nov 1 00:03:27 2005
|
||||
@@ -251,6 +251,7 @@ RWtableGetWriterList()
|
||||
char *
|
||||
RWGetMsg()
|
||||
{
|
||||
+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(_NetBSD__)
|
||||
#if defined(BSD4_4)
|
||||
__const extern char *__const sys_errlist[];
|
||||
#else
|
||||
@@ -260,6 +261,7 @@ RWGetMsg()
|
||||
# define sys_errlist _sys_errlist
|
||||
#else
|
||||
extern char *sys_errlist[];
|
||||
+#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue