Make rlogin compile under non-minix-vmd with SIGWINCH defined
This commit is contained in:
parent
7c2b94fd56
commit
f1d9413da7
@ -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
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user