mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
86222aff86
PR: part of 3991 Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
--- src/Files.h.orig Fri Jan 3 14:39:21 1997
|
|
+++ src/Files.h Sat Jun 28 17:34:53 1997
|
|
@@ -29,7 +29,11 @@
|
|
#ifdef _AIX
|
|
#pragma alloca
|
|
#else
|
|
+#ifdef __FreeBSD__
|
|
+#pragma alloca
|
|
+#else
|
|
#include <alloca.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#include <stdio.h>
|