Unbreak building kterm on 4.6-REL or later.

PR:		ports/39693
Submitted by:	Masayuki Yokotani <yokotani@nn.iij4u.or.jp>
This commit is contained in:
Shigeyuki Fukushima 2002-07-01 19:28:59 +00:00
parent 22ae520912
commit c69a254d7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62297

View File

@ -0,0 +1,13 @@
--- charproc.c.orig Tue Jul 2 04:34:14 2002
+++ charproc.c Tue Jul 2 04:34:29 2002
@@ -102,8 +102,8 @@
extern XtAppContext app_con;
extern Widget toplevel;
extern void exit();
-extern char *malloc();
-extern char *realloc();
+extern void *malloc();
+extern void *realloc();
extern fd_set Select_mask;
extern fd_set X_mask;
extern fd_set pty_mask;