pkgsrc/misc/rpm/patches/patch-cb
grant f04327a8c5 no need to #include <malloc.h>.
fixes build on FreeBSD.
2003-10-19 16:05:21 +00:00

12 lines
297 B
Text

$NetBSD: patch-cb,v 1.1 2003/10/19 16:05:21 grant Exp $
--- build/pack.c.orig 1998-09-28 06:16:43.000000000 +1000
+++ build/pack.c
@@ -4,7 +4,6 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <fcntl.h>
-#include <malloc.h>
#include <string.h>
#include <errno.h>
#include <signal.h>