1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-fm/offix-files/files/patch-aa

15 lines
244 B
Plaintext
Raw Normal View History

--- 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>