pkgsrc/devel/sdcc/patches/patch-ad
wulf f0e1e8c947 Updated sdcc to 2.2.1: bugfixes and support for new processor
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23 17:33:05 +00:00

13 lines
388 B
Text

$NetBSD: patch-ad,v 1.3 2001/04/23 17:33:06 wulf Exp $
--- support/cpp/cpplib.c.orig Mon Apr 9 20:29:46 2001
+++ support/cpp/cpplib.c Mon Apr 9 20:28:42 2001
@@ -7466,7 +7466,7 @@
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else
-#if !defined(linux)
+#if !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
extern char *sys_errlist[];
#endif
#endif