OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: CVS: cvs.openbsd.org: src

From: Todd C. Miller (Todd.Millercourtesan.com)
Date: Tue Aug 19 2003 - 18:49:12 CDT


Only types.h was supposed to be committed. The other files
have administratively had the bogus revision removed.

 - todd

In message <200308192342.h7JNgk0I006600cvs.openbsd.org>
        so spake "Todd C. Miller" (millert):

> CVSROOT: /cvs
> Module name: src
> Changes by: millertcvs.openbsd.org 2003/08/19 17:42:46
>
> Modified files:
> sys/sys : file.h ioctl.h kthread.h reboot.h signal.h
> socket.h syscall.h syscallargs.h syslog.h
> systm.h tty.h types.h
>
> Log message:
> Crank FD_SETSIZE from 256 to 1024 by default. Almost all users of
> static fd_set have been changed to be dynamic or to use poll.
> Note that some libraries in ports (specifically gtk) will complain
> if clients are built with a different FD_SETSIZE from the library.
> deraadt OK.