summaryrefslogtreecommitdiff
path: root/wm/fvwm-devel/patches/patch-ab
blob: 78e2101ff3a52e40239a91bb249eb2be9ba1b6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.4 2008/02/27 16:58:18 martti Exp $

Fixed return type

--- config.h.in.orig	2007-09-01 10:31:54.000000000 +0000
+++ config.h.in	2007-11-07 08:14:53.000000000 +0000
@@ -530,7 +530,7 @@
        #pragma alloca
 #  else
 #    ifndef alloca /* predefined by HP cc +Olibcalls */
-	 char *alloca ();
+	 void *alloca ();
 #    endif
 #  endif
 #endif