<<On Tue, 12 Nov 2002 15:49:05 -0800 (PST), Archie Cobbs <[EMAIL PROTECTED]> said:
> But why not just this?
> static __inline void
> __fd_zero(fd_set *p, __size_t n)
> {
> memset(p->fds_bits, 0, _howmany(n, _NFDBITS));
> }
Because a declaration of memset() is not permitted in that context.
-GAWollman
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
