summaryrefslogtreecommitdiff
path: root/devel/xxgdb/patches/patch-ac
blob: d61785570814bc76c9d4f1958ec7e57d7cf5d4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- regex.c	1998/05/13 10:04:58	1.1
+++ regex.c	1998/05/13 10:06:01
@@ -122,7 +122,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
-#ifdef sparc
+#if defined(sparc) && !defined(__NetBSD__)
 #include <alloca.h>
 #else
 #pragma alloca