ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.130 by root, Fri Nov 23 05:13:48 2007 UTC vs.
Revision 1.131 by root, Fri Nov 23 05:43:45 2007 UTC

795} 795}
796 796
797unsigned int 797unsigned int
798ev_recommended_backends (void) 798ev_recommended_backends (void)
799{ 799{
800 unsigned int flags = ev_recommended_backends (); 800 unsigned int flags = ev_supported_backends ();
801 801
802#ifndef __NetBSD__ 802#ifndef __NetBSD__
803 /* kqueue is borked on everything but netbsd apparently */ 803 /* kqueue is borked on everything but netbsd apparently */
804 /* it usually doesn't work correctly on anything but sockets and pipes */ 804 /* it usually doesn't work correctly on anything but sockets and pipes */
805 flags &= ~EVBACKEND_KQUEUE; 805 flags &= ~EVBACKEND_KQUEUE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines