diff options
Diffstat (limited to 'chinese/cxterm/files/patch-cit2tit.c')
-rw-r--r-- | chinese/cxterm/files/patch-cit2tit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-cit2tit.c b/chinese/cxterm/files/patch-cit2tit.c new file mode 100644 index 000000000000..280f7d5d1d91 --- /dev/null +++ b/chinese/cxterm/files/patch-cit2tit.c @@ -0,0 +1,11 @@ +--- utils/cit2tit.c.orig Fri Oct 25 11:56:53 2002 ++++ utils/cit2tit.c Fri Oct 25 11:57:01 2002 +@@ -29,8 +29,6 @@ + #include <ctype.h> + #include <stdio.h> + +-extern char *malloc(), *calloc(), *realloc(); +- + extern char *HZencodeName(); /* from HZutil.c */ + + #include "HZtable.h" |