Fix issue 915 (Failed to find kqueue on FreeBSD) with the relevant portion of a patch...
authorBrett Kiefer <kiefer@gmail.com>
Wed, 15 Jun 2011 15:07:23 +0000 (11:07 -0400)
committerPaul Querna <pquerna@apache.org>
Mon, 4 Jul 2011 16:27:15 +0000 (09:27 -0700)
commit220e2281e47ef13d99668685e26bbd8e45db18d5
tree2803c5c78d5f1009297e155c261f68a9494c7cdf
parent38a0145869d408512657893f539a7be2a582934a
Fix issue 915 (Failed to find kqueue on FreeBSD) with the relevant portion of a patch submitted to node.js dev (groups.google.com/group/nodejs-dev/browse_thread/thread/3aaf7fe2ca390fdc) by Davie Siegel. The issue is that event.h requires types.h on FreeBSD. This rearranges some of the logic but looks like it should still be valid for Darwin.
deps/libev/wscript