diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-12-11 08:16:38 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-12-11 08:16:38 +0000 |
commit | c89e04d3f8091faaf692979abf02ed2acd714885 (patch) | |
tree | 61356e83b2199a87f8be9b34f2ab7b3dc3e2a068 /textproc | |
parent | 321be311cf8525a7118d6e6cbb856ee15c600c46 (diff) | |
download | ports-c89e04d3f8091faaf692979abf02ed2acd714885.tar.gz ports-c89e04d3f8091faaf692979abf02ed2acd714885.zip |
remove malloc.h
Notes
Notes:
svn path=/head/; revision=51331
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htdig/files/patch-DB2_db.cc.new | 10 |
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. |