1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/bzip/files/patch-ab

13 lines
304 B
Plaintext
Raw Normal View History

--- 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>
+#ifndef __FreeBSD__ /* stdlib already included above */
#include <malloc.h>
+#endif
#include <sys/stat.h>
#include <sys/times.h>