Path: utzoo!attcan!telly!lethe!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!agate.berkeley.edu!thewalt From: thewalt@canuck.ce.berkeley.edu (C. Thewalt) Newsgroups: comp.unix.ultrix Subject: RPC and select Message-ID: Date: 8 Sep 90 17:20:07 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator) Distribution: comp.unix.ultrix Organization: Dept. of Civil Engineering, University of California, Berkeley Lines: 12 Although the /usr/include/sys/types.h defines struct fd_set as an array of longs to allow at least 64 descriptor bits the definition of svc_fds in /usr/include/rpc/svc.h is an int, allowing only 32 bits. Looking through libc.a I see svc_fds is defined but there is no svc_fdset as Sun uses (where svc_fds is #defined as the first element of svc_fdset). Any good reason why this would be? Chris -- Christopher Robin Thewalt These opinions are not necessarily thewalt@ce.berkeley.edu shared by my employer... University of California, Berkeley