View | Details | Raw Unified | Return to bug 94526 | Differences between
and this patch

Collapse All | Expand All

(-)gmake-devel/files/patch-glob.c Thu Mar 9 09:17:51 2006 (+14 lines)
Line 0 Link Here
1
--- glob/glob.c.orig   Wed Sep 25 03:11:43 2002
2
+++ glob/glob.c        Wed Sep 25 03:15:32 2002
3
@@ -215,13 +215,13 @@
4
 #  ifdef HAVE_ALLOCA_H
5
 #   include <alloca.h>
6
 #  else       /* Not HAVE_ALLOCA_H.  */
7
-#   ifndef _AIX
8
+#   if !defined (_AIX) && !defined (__FreeBSD__)
9
 #    ifdef WINDOWS32
10
 #     include <malloc.h>
11
 #    else
12
 extern char *alloca ();
13
 #    endif /* WINDOWS32 */
14
-#   endif /* Not _AIX.  */

Return to bug 94526