On Tuesday 26 April 2011 13:39:56 Konstantin Belousov wrote: > + pending = !!callout_stop(&timeout_task->c);
pending = (callout_stop(&timeout_task->c) != 0); ? --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
