2011-04-26 14:50:46 -04:00
|
|
|
$OpenBSD: patch-config_h_in,v 1.2 2011/04/26 18:50:46 shadchin Exp $
|
|
|
|
--- config.h.in.orig Mon Aug 9 18:30:50 2010
|
|
|
|
+++ config.h.in Thu Mar 3 21:36:48 2011
|
|
|
|
@@ -558,7 +558,9 @@
|
2010-05-19 03:25:12 -04:00
|
|
|
#pragma alloca
|
|
|
|
# else
|
|
|
|
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
|
|
|
+# ifndef __OpenBSD__
|
2011-04-26 14:50:46 -04:00
|
|
|
char *alloca ();
|
2010-05-19 03:25:12 -04:00
|
|
|
+# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
#endif
|