RE: patch-2.0.2 breaks include file

Linus Torvalds (torvalds@cs.helsinki.fi)
Sat, 6 Jul 1996 11:17:32 +0300 (EET DST)


You can blame it all on DEC - they sent me a new alpha that is so fast
that I'm using that for all "real" development these days, so I never
noticed that I broke the x86 side by mistake. Trivially fixed by changing
the __FDSET_INTS (or whatever) in asm-i386/posix_types.h into
__FDSET_LONGS.

Linus