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/sig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'warp/sig.c') diff --git a/warp/sig.c b/warp/sig.c index 3be78777..18e64564 100644 --- a/warp/sig.c +++ b/warp/sig.c @@ -58,7 +58,7 @@ sig_init() #ifdef SIGTSTP void -cont_catcher() +cont_catcher(int x) { #ifndef lint sigset(SIGCONT,cont_catcher); @@ -110,7 +110,7 @@ int status; /* come here on signal other than interrupt, stop, or cont */ void -sig_catcher(signo) +sig_catcher(int signo) { #ifdef VERBOSE static char *signame[] = { @@ -204,7 +204,7 @@ sig_catcher(signo) /* come here on stop signal */ void -stop_catcher() +stop_catcher(int sig) { if (!waiting) { resetty(); /* this is the point of all this */ -- cgit v1.2.3