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-charproc.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 'chinese/cxterm/files/patch-charproc.c')
-rw-r--r-- | chinese/cxterm/files/patch-charproc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-charproc.c b/chinese/cxterm/files/patch-charproc.c new file mode 100644 index 000000000000..b4fa4a986dff --- /dev/null +++ b/chinese/cxterm/files/patch-charproc.c @@ -0,0 +1,11 @@ +--- cxterm/charproc.c.orig Fri Oct 25 11:49:49 2002 ++++ cxterm/charproc.c Fri Oct 25 11:52:44 2002 +@@ -108,8 +108,6 @@ + + extern Widget toplevel; + extern void exit(); +-extern char *malloc(); +-extern char *realloc(); + + static void VTallocbuf(); + static int finput(); |