diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 01:25:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 01:25:32 +0000 |
commit | e163238c6820b1341f156acfb92b96096065d8ca (patch) | |
tree | 47ef764d718e139aa672353ce8315b2c48843205 /chinese/cxterm/files/patch-tit2cit.c | |
parent | Add #includes needed to unbreak build on -current (diff) |
Fix build on -current (cope with removal of wait union, and remove
bogus duplicate declarations of functions in system headers)
Notes
Notes:
svn path=/head/; revision=68845
Diffstat (limited to '')
-rw-r--r-- | chinese/cxterm/files/patch-tit2cit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-tit2cit.c b/chinese/cxterm/files/patch-tit2cit.c new file mode 100644 index 000000000000..f9c8dbbdcbce --- /dev/null +++ b/chinese/cxterm/files/patch-tit2cit.c @@ -0,0 +1,11 @@ +--- utils/tit2cit.c.orig Fri Oct 25 11:54:40 2002 ++++ utils/tit2cit.c Fri Oct 25 11:54:50 2002 +@@ -54,8 +54,6 @@ + #include <ctype.h> + #include <stdio.h> + +-extern char *malloc(), *calloc(), *realloc(); +- + extern int HZencode(); /* from HZutil.o */ + extern int HZgetprompt(); /* from HZutil.o */ + |