K 10 svn:author V 6 marcus K 8 svn:date V 27 2006-02-11T06:58:29.000000Z K 7 svn:log V 526 * Restore the stale socket cleanup code from gamin 0.1.5 to ensure that even if gamin crashes or is killed with SIGKILL, a leftover socket does not prevent gam_server from starting. * Revert to using the home-grown poller in gamin's kqueue backend instead of gamin's built-in poller. The built-in poller can still be enabled if desired via OPTIONS. * If gamin's poller is used, make sure all local file systems are handled by kqueue where as all remote file systems are handled by polling. Reviewed by: jylefort END