2013-09-26 17:14:40 +02:00

16 lines
365 B
Plaintext

$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