summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-af
blob: a160e707c44ece0d40678cd9266d292fdad9c743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.9 2005/12/01 23:11:27 joerg Exp $

--- src/main/printarray.c.orig	2005-12-01 22:45:25.000000000 +0000
+++ src/main/printarray.c
@@ -45,7 +45,7 @@
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif
-#if !HAVE_DECL_ALLOCA && !defined(__FreeBSD__)
+#if !HAVE_DECL_ALLOCA && !defined(__FreeBSD__) && !defined(__DragonFly__)
 extern char *alloca(size_t);
 #endif