mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
16 lines
365 B
Plaintext
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
|