diff --git a/win/share/safeproc.c b/win/share/safeproc.c index 671ee1822..ab5cb1c5a 100644 --- a/win/share/safeproc.c +++ b/win/share/safeproc.c @@ -380,10 +380,10 @@ safe_status_init() return; } -void +boolean safe_can_suspend() { - return; + return FALSE; } void @@ -408,7 +408,7 @@ char def; } /*ARGSUSED*/ -static void +void safe_getlin(prompt, outbuf) const char *prompt UNUSED; char *outbuf;