On Feb 26, 2013, at 10:48 AM, Anthony Sorace <[email protected]> wrote:
> I believe that's about the old X11 port. fgb's equis is much newer and nicer
> (aside from, y'know, X11). That's the one forest against (for anyone who's
> going to try).
While we're at it, does anyone have an answer to why we have both
/sys/include/ape/select.h
/sys/include/ape/sys/select.h
From what I can tell it was a result of the cut being copied
to the new release:
; ls -l select.h sys/select.h
--rw-rw-r-- M 3198 glenda sys 779 Dec 11 1999 select.h
--rw-rw-r-- M 3198 glenda sys 779 Feb 28 2002 sys/select.h
I motion we rm /sys/include/ape/select.h and keep the <sys/select.h>
per most other posix-like systems.
-jas