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

12 lines
267 B
Text

$NetBSD: patch-ca,v 1.1 2003/10/19 16:05:21 grant Exp $
--- build/files.c.orig 1998-09-28 06:16:39.000000000 +1000
+++ build/files.c
@@ -7,7 +7,6 @@
#endif
#include <string.h>
-#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <regex.h>