K 10 svn:author V 3 alc K 8 svn:date V 27 2002-01-03T23:31:04.000000Z K 7 svn:log V 374 MFC: [Revisions 1.101 and 1.102] 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 compilation warnings. Approved by: re END