MAXMON
if (End_monitor < &Monitor[MAXMON]) {
while (poll(fdset, 3+MAXPL+MAXMON, INFTIM) < 0)
if (poll(fdset, 3+MAXPL+MAXMON, linger) > 0) {
struct pollfd fdset[3+MAXPL+MAXMON];
PLAYER Monitor[MAXMON]; /* all the monitors */
extern PLAYER Monitor[MAXMON], *End_monitor;