Make rlogin compile under non-minix-vmd with SIGWINCH defined

This commit is contained in:
Ben Gras 2005-10-03 12:02:43 +00:00
parent 7c2b94fd56
commit f1d9413da7

View File

@ -713,6 +713,7 @@ stop(cmdc)
} }
#endif #endif
#if __minix_vmd
#ifdef SIGWINCH #ifdef SIGWINCH
static void static void
sigwinch(sig) sigwinch(sig)
@ -762,6 +763,7 @@ sendwindow()
wp->ws_ypixel = htons(winsize.ws_ypixel); wp->ws_ypixel = htons(winsize.ws_ypixel);
} }
#endif /* SIGWINCH */ #endif /* SIGWINCH */
#endif
#if !__minix_vmd #if !__minix_vmd
/* /*