From f1d9413da7eafda28dd1a8f3dc62188321ed6585 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 3 Oct 2005 12:02:43 +0000 Subject: [PATCH] Make rlogin compile under non-minix-vmd with SIGWINCH defined --- commands/simple/rlogin.c | 2 ++ 1 file changed, 2 insertions(+) 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 /* -- 2.44.0