K 10 svn:author V 3 alc K 8 svn:date V 27 2001-12-09T08:16:36.000000Z K 7 svn:log V 328 o Eliminate unnecessary synchronization from filt_aiodetach(). o The manual page for kevent says that EVFILT_AIO returns under the same conditions as aio_error(). With that in mind, set the data field of the returned struct kevent to the value that would be returned by aio_error(). o Fix two compilation warnings. END