Make rlogin compile under non-minix-vmd with SIGWINCH defined
This commit is contained in:
parent
7c2b94fd56
commit
f1d9413da7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue