diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
commit | af8476c755b9821c76094d821a13b9da20c008df (patch) | |
tree | 3e3e423e63291e101f1f90ca90b394f1d6709ad8 /net/cdonkey/files/patch-donkey.cpp | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PX-G900. (diff) |
- Update to 0.9.0
Diffstat (limited to 'net/cdonkey/files/patch-donkey.cpp')
-rw-r--r-- | net/cdonkey/files/patch-donkey.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/cdonkey/files/patch-donkey.cpp b/net/cdonkey/files/patch-donkey.cpp new file mode 100644 index 000000000000..29eb08379475 --- /dev/null +++ b/net/cdonkey/files/patch-donkey.cpp @@ -0,0 +1,10 @@ +--- donkey.cpp.orig Wed May 7 20:26:57 2003 ++++ donkey.cpp Thu Aug 26 18:51:54 2004 +@@ -935,7 +935,6 @@ + + int main (int argc, char **argv) {{{ + bzero (ZERO, 16); +- mtrace (); // MALLOC_TRACE + struct stat dStatBuf; + int j = 0; + |