if you reply please cc to zeus@tomserver.phys.ttu.edu aswell, because
i am not on the list. thanks
taylorcc
-------- cut here ---------
*** include/linux/posix_types.h Fri Dec 5 01:04:07 1997
--- /usr/src/linux-2.0.30/include/linux/posix_types.h Mon Aug 5 02:13:54 1996
***************
*** 42,46 ****
#define __FDMASK(d) (1UL << ((d) % __NFDBITS))
! typedef struct {
unsigned long fds_bits [__FDSET_LONGS];
} __kernel_fd_set;
--- 42,46 ----
#define __FDMASK(d) (1UL << ((d) % __NFDBITS))
! typedef struct fd_set {
unsigned long fds_bits [__FDSET_LONGS];
} __kernel_fd_set;