K 10 svn:author V 3 jdp K 8 svn:date V 27 2004-06-14T18:19:05.000000Z K 7 svn:log V 361 Change the return value of sema_timedwait() so it returns 0 on success and a proper errno value on failure. This makes it consistent with cv_timedwait(), and paves the way for the introduction of functions such as sema_timedwait_sig() which can fail in multiple ways. Bump __FreeBSD_version and add a note to UPDATING. Approved by: scottl (ips driver), arch END