summaryrefslogtreecommitdiff
path: root/textproc/htdig
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-12-11 08:16:38 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-12-11 08:16:38 +0000
commitc89e04d3f8091faaf692979abf02ed2acd714885 (patch)
tree61356e83b2199a87f8be9b34f2ab7b3dc3e2a068 /textproc/htdig
parentUpdate for acpica-unix-20011205. (diff)
remove malloc.h
Notes
Notes: svn path=/head/; revision=51331
Diffstat (limited to 'textproc/htdig')
-rw-r--r--textproc/htdig/files/patch-DB2_db.cc.new10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htdig/files/patch-DB2_db.cc.new b/textproc/htdig/files/patch-DB2_db.cc.new
new file mode 100644
index 000000000000..b9751d79f8ce
--- /dev/null
+++ b/textproc/htdig/files/patch-DB2_db.cc.new
@@ -0,0 +1,10 @@
+--- htlib/DB2_db.cc Thu Feb 24 18:29:11 2000
++++ htlib/DB2_db.cc.new Tue Dec 11 00:16:27 2001
+@@ -44,7 +44,6 @@
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <fstream.h>
+-#include <malloc.h>
+ #include <unistd.h>
+
+ // Where do I need this for? I don't know.