On Fri, 28 Jul 2000, Linus Torvalds wrote:
> sysconf() routine will look like
>
> int ngroups = sys_return_NGROUPS();
> if (ngroups < 0)
> ngroups = 32; /* Or whatever */
> return ngroups;
>
> Does anybody really think that the above is beatiful? Multiply the above
> by every single new thing that some deranged POSIX.76c standard comes up
> with, and it's obviously crap.
<wry>
GNU in Not UNIX. Apparently, posession of taste had been deemed too
UNIXish, so out it went...
</wry>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:28 EST