* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.c,v 1.207.2.4 2001/11/10 03:03:44 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.5 2002/01/22 05:00:30 marka Exp $ */
#include <config.h>
sock = manager->fds[fd];
/*
- * If there are no events, or there is an event but we
- * have already queued up the internal event on a task's
- * queue, clear the bit. Otherwise, set it.
+ * Set requested bit.
*/
if (msg == SELECT_POKE_READ)
FD_SET(sock->fd, &manager->read_fds);