freebsd-ports/sysutils/apt/files/patch-ftparchive_contents.cc
Martin Wilke dbc44398c0 APT is the Debian project's advanced front-end for dpkg. APT features complete
installation ordering, multiple source capability and several other unique
features.

WWW: http://packages.debian.org/apt

PR:		ports/105563
Submitted by:	Nick Barkas <snb at threerings.net>
2007-02-11 23:00:35 +00:00

10 lines
298 B
C++

--- ftparchive/contents.cc.orig Thu Mar 2 06:06:31 2006
+++ ftparchive/contents.cc Tue Nov 14 17:13:30 2006
@@ -41,7 +41,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
/*}}}*/
// GenContents::~GenContents - Free allocated memory /*{{{*/