1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/sdcc/files/patch-aa

21 lines
520 B
Plaintext
Raw Normal View History

diff -c -r ../sdcc218Ma.orig/cpp/cpplib.c cpp/cpplib.c
*** ../sdcc218Ma.orig/cpp/cpplib.c Wed May 26 15:06:08 1999
--- cpp/cpplib.c Wed Aug 25 12:51:57 1999
***************
*** 7452,7458 ****
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else
! #if !defined(linux)
extern char *sys_errlist[];
#endif
#endif
--- 7452,7458 ----
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else
! #if !defined(linux) && !defined(__FreeBSD__)
extern char *sys_errlist[];
#endif
#endif