mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
ChangeLog: https://fractint.net/ftp/current/dos/whatsnew.txt PR: 253107 Submitted by: m.ne@gmx.net Approved by: onemda@gmail.com (maintainer, timeout > 2 weeks)
11 lines
252 B
C
11 lines
252 B
C
--- common/prompts1.c.orig 2014-05-03 13:12:35 UTC
|
|
+++ common/prompts1.c
|
|
@@ -14,7 +14,7 @@
|
|
#include <alloc.h>
|
|
#elif defined(__APPLE__)
|
|
#include <malloc/malloc.h>
|
|
-#elif !defined(__386BSD__)
|
|
+#elif !defined(BIG_ANSI_C)
|
|
#include <malloc.h>
|
|
#endif
|
|
|