Fall back to EV_USE_SELECT
authorTom Yu <tlyu@mit.edu>
Wed, 7 Sep 2011 21:31:48 +0000 (21:31 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 7 Sep 2011 21:31:48 +0000 (21:31 +0000)
commit788402b26ed53558f472b7ba284170533f6a93fd
tree9e8cf04dc612145bd485cebe4ca72ddf9e030355
parentce0fb6678a4402fa1a41c88e1097e7501f4a4fef
Fall back to EV_USE_SELECT

ev.c explicitly disables poll() on Mac and FreeBSD, which left our
standalone version without any working back ends on Mac OS X, for
example.  Fall back to using select() on these platforms.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25169 dc483132-0cff-0310-8789-dd5450dbe970
src/util/k5ev/verto-k5ev.c