diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 12:03:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 12:03:09 +0000 |
commit | 5c9c2e45c84edab906daf4916983ee059d0ab56d (patch) | |
tree | 14d1a12d3ae8a4e88dac5faa1cd7189b981a4c80 /chinese/xsim/files/patch-tableimc.h | |
parent | Remove 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-tableimc.h')
-rw-r--r-- | chinese/xsim/files/patch-tableimc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/xsim/files/patch-tableimc.h b/chinese/xsim/files/patch-tableimc.h deleted file mode 100644 index 9e5b16f7cd19..000000000000 --- a/chinese/xsim/files/patch-tableimc.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/IMs/table/tableimc.h.orig 2007-08-12 15:38:33.000000000 +0200 -+++ plugins/IMs/table/tableimc.h 2007-08-12 15:38:58.000000000 +0200 -@@ -23,7 +23,7 @@ - uint8_t sort_index; - wchar_t w[MAX_WORD_LEN + 1]; - -- size_t si_size() { return (uint32_t) w - (uint32_t)&sort_index; } -+ size_t si_size() { return (uintptr_t) w - (uintptr_t)&sort_index; } - size_t size(){ return si_size() + (wcslen(w) + 1) * sizeof(wchar_t); } - void copy(struct Word_Rec_tag * val) { memcpy(this, val, sizeof(Word_Rec_tag));} - }Word_Rec; |