Remove PIOLLHUP from the flags used to test for to set exceptfsd

fd_set bits in select(2). It seems that historical behaviour is to not
reporting exception on EOF, and several applications are broken.

Reported by:	Yoshihiko Sarumaru <ysarumaru gmail com>
Discussed with:	bde
PR:	ports/140934
MFC after:	2 weeks
This commit is contained in:
kib 2010-05-21 10:36:29 +00:00
parent 013e2a2184
commit 890c865dcf

@ -996,7 +996,7 @@ done:
static int select_flags[3] = {
POLLRDNORM | POLLHUP | POLLERR,
POLLWRNORM | POLLHUP | POLLERR,
POLLRDBAND | POLLHUP | POLLERR
POLLRDBAND | POLLERR
};
/*