diff options
author | alfred <alfred@FreeBSD.org> | 2001-12-11 08:16:38 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-12-11 08:16:38 +0000 |
commit | a8c780e1994ee2c04236e48ec6c7a7b1592643dc (patch) | |
tree | 77b513d44c31c89299cfb6b089ef63f0affd9a7b /textproc | |
parent | 82b78bc8890e2374023af753304ebfbf5916ac1f (diff) | |
download | FreeBSD-ports-a8c780e1994ee2c04236e48ec6c7a7b1592643dc.zip FreeBSD-ports-a8c780e1994ee2c04236e48ec6c7a7b1592643dc.tar.gz |
remove malloc.h
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 0000000..b9751d7 --- /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. |