Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-04 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | Damien Miller | |
time warnings on LynxOS. Patch from ops AT iki.fi | |||
2008-02-29 | - (dtucker) [openbsd-compat/bsd-poll.c] We don't check for select(2) in | Darren Tucker | |
configure (and there's not much point, as openssh won't work without it) so HAVE_SELECT is not defined and the poll(2) compat code doesn't get built in. Remove HAVE_SELECT so we can build on platforms without poll. | |||
2007-06-25 | - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.in | Darren Tucker | |
openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h] Add an implementation of poll() built on top of select(2). Code from OpenNTPD with changes suggested by djm. ok djm@ |