summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-05-23 16:57:21 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-05-23 16:57:21 +0000
commit62d188866d18ba2d2d3c740d9e0fc4e4e33edae2 (patch)
tree03473db46b889078b454870d2c6db2a5fe6bbb1d /korean
parentDisable building with RFC 1730 by setting FORBIDDEN if WITH_RFC1730 (diff)
-current build fix.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=59813
Diffstat (limited to 'korean')
-rw-r--r--korean/hanterm/files/patch-charproc.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/korean/hanterm/files/patch-charproc.c b/korean/hanterm/files/patch-charproc.c
new file mode 100644
index 000000000000..f42c3afa14b2
--- /dev/null
+++ b/korean/hanterm/files/patch-charproc.c
@@ -0,0 +1,13 @@
+*** charproc.c.orig Fri May 24 01:55:07 2002
+--- charproc.c Fri May 24 01:55:12 2002
+***************
+*** 81,88 ****
+
+ extern Widget toplevel;
+ extern void exit();
+- extern char *malloc();
+- extern char *realloc();
+
+ extern void FlushScroll();
+ extern void InsertLine();
+--- 81,86 ----