aa1501e648
- Remove FAKE=Yes and USE_IMAKE -> CONFIGURE_STYLE - Add @comment to PLIST
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
--- src/Fm.h.orig Tue Aug 1 09:09:35 2000
|
|
+++ src/Fm.h Tue Aug 1 09:16:04 2000
|
|
@@ -19,10 +19,14 @@
|
|
#include <malloc.h>
|
|
#endif
|
|
|
|
+#ifdef __OpenBSD__
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#ifdef _AIX
|
|
#pragma alloca
|
|
#else
|
|
#include <alloca.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#include <stdio.h>
|