/* -*-C-*-
-$Id: uxio.c,v 1.28 1993/04/27 10:03:56 cph Exp $
+$Id: uxio.c,v 1.29 1993/04/27 10:04:49 cph Exp $
Copyright (c) 1990-93 Massachusetts Institute of Technology
FD_SET (fd, (&readable));
{
enum select_input s =
- (UX_select_registry_test ((&readable), blockp, (&fds), (&nfds)));
+ (UX_select_registry_test ((&readable), blockp, fds, (&nfds)));
if (s != select_input_argument)
return (s);
}
{
- unsigned int * scan = (&fds[0]);
+ unsigned int * scan = fds;
unsigned int * end = (scan + nfds);
while (scan < end)
if ((*scan++) == fd)