summaryrefslogtreecommitdiff
path: root/chinese/xsim/files/patch-simpleimc.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:03:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:03:09 +0000
commit5c9c2e45c84edab906daf4916983ee059d0ab56d (patch)
tree14d1a12d3ae8a4e88dac5faa1cd7189b981a4c80 /chinese/xsim/files/patch-simpleimc.h
parentRemove LEGAL entry about biology/blast (diff)
Remove non staged ports without pending PR from c*
Notes
Notes: svn path=/head/; revision=366865
Diffstat (limited to 'chinese/xsim/files/patch-simpleimc.h')
-rw-r--r--chinese/xsim/files/patch-simpleimc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/xsim/files/patch-simpleimc.h b/chinese/xsim/files/patch-simpleimc.h
deleted file mode 100644
index bdcdacf2e7a5..000000000000
--- a/chinese/xsim/files/patch-simpleimc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/IMs/jianpin/simpleimc.h.orig 2007-08-12 15:33:23.000000000 +0200
-+++ plugins/IMs/jianpin/simpleimc.h 2007-08-12 15:34:18.000000000 +0200
-@@ -45,7 +45,7 @@
- uint16_t access_count;
- wchar_t w[MAX_WORD_LEN + 1];
-
-- size_t ac_size() { return (uint32_t) w - (uint32_t)&access_count; }
-+ size_t ac_size() { return (uintptr_t) w - (uintptr_t)&access_count; }
- size_t size(){ return ac_size() + wcslen(w) * sizeof(wchar_t); }
- void copy(struct Word_Rec_tag * val) { memcpy(this, val, sizeof(Word_Rec_tag));}
- }Word_Rec;