From 679426dc52b7c5ef9223f9ec7065855f81102c78 Mon Sep 17 00:00:00 2001 From: kamil Date: Tue, 10 Nov 2020 08:49:08 +0000 Subject: Integrate Warp Kit into the NetBSD build Fix the build and make it install and run with minimal required changes. --- warp/term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'warp/term.c') diff --git a/warp/term.c b/warp/term.c index 27c36b01..76723df4 100644 --- a/warp/term.c +++ b/warp/term.c @@ -556,9 +556,9 @@ rewrite() display_status(); } -char +int cmstore(ch) -Reg1 char ch; +Reg1 int ch; { *maxcmstring++ = ch; } -- cgit v1.2.3