diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:24:09 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:24:09 +0000 |
commit | 29590eb78b5d89b05c0b824615e0bdd668ef82a3 (patch) | |
tree | b6ff0f4bb83b61c35d4936932252f56678b83493 /textproc/stardict2/files/patch-src::distance.cpp | |
parent | update java/javamail: 1.3 -> 1.3.1 (diff) |
update chinese/stardict2: 2.2.0 -> 2.2.1
PR: 54207
Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Notes
Notes:
svn path=/head/; revision=84502
Diffstat (limited to 'textproc/stardict2/files/patch-src::distance.cpp')
-rw-r--r-- | textproc/stardict2/files/patch-src::distance.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/stardict2/files/patch-src::distance.cpp b/textproc/stardict2/files/patch-src::distance.cpp deleted file mode 100644 index 93345df6279c..000000000000 --- a/textproc/stardict2/files/patch-src::distance.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/distance.cpp.orig Wed May 14 01:25:59 2003 -+++ src/distance.cpp Wed May 14 01:26:12 2003 -@@ -35,7 +35,7 @@ - #include "distance.h" - - #include <stdlib.h> --#include <malloc.h> -+//#include <malloc.h> - #include <string.h> - //#include <stdio.h> - |