mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
02d1b3a10b
__FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
--- bzip.c.orig Fri Sep 27 12:33:18 1996
|
|
+++ bzip.c Fri Sep 27 12:35:48 1996
|
|
@@ -116,7 +116,9 @@
|
|
#if BZ_UNIX_32
|
|
#include <utime.h>
|
|
#include <unistd.h>
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) /* stdlib already included above */
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <sys/stat.h>
|
|
#include <sys/times.h>
|
|
|