Unbreak building kterm on 4.6-REL or later.

Submitted by:		bento
Approved by:		knu (mentor)
This commit is contained in:
Norikatsu Shigemura 2002-09-23 16:57:09 +00:00
parent caa1da7eed
commit db23b3817f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67068

View file

@ -0,0 +1,11 @@
--- charproc.c.orig Tue Sep 24 01:22:52 2002
+++ charproc.c Tue Sep 24 01:23:10 2002
@@ -102,8 +102,6 @@
extern XtAppContext app_con;
extern Widget toplevel;
extern void exit();
-extern char *malloc();
-extern char *realloc();
extern fd_set Select_mask;
extern fd_set X_mask;
extern fd_set pty_mask;