freebsd-ports/chinese/cxterm/files/patch-charproc.c
Kris Kennaway e163238c68 Fix build on -current (cope with removal of wait union, and remove
bogus duplicate declarations of functions in system headers)
2002-10-26 01:25:32 +00:00

11 lines
267 B
C

--- 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();