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
#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
/*