K 10 svn:author V 3 mdf K 8 svn:date V 27 2011-02-08T00:36:46.528000Z K 7 svn:log V 301 Remove the uio_yield prototype and symbol. This function has been misnamed since it was introduced and should not be globally exposed with this name. The equivalent functionality is now available using kern_yield(curthread->td_user_pri). The function remains undocumented. Bump __FreeBSD_version. END