From: Ben Gras Date: Mon, 3 Oct 2005 12:02:43 +0000 (+0000) Subject: Make rlogin compile under non-minix-vmd with SIGWINCH defined X-Git-Tag: v3.1.2a~676 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/man.7.ps?a=commitdiff_plain;h=f1d9413da7eafda28dd1a8f3dc62188321ed6585;p=minix.git Make rlogin compile under non-minix-vmd with SIGWINCH defined --- diff --git a/commands/simple/rlogin.c b/commands/simple/rlogin.c index 96730a3a4..af18abb69 100755 --- a/commands/simple/rlogin.c +++ b/commands/simple/rlogin.c @@ -713,6 +713,7 @@ stop(cmdc) } #endif +#if __minix_vmd #ifdef SIGWINCH static void sigwinch(sig) @@ -762,6 +763,7 @@ sendwindow() wp->ws_ypixel = htons(winsize.ws_ypixel); } #endif /* SIGWINCH */ +#endif #if !__minix_vmd /*