$NetBSD: patch-ab,v 1.3 2007/11/09 12:07:07 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
