CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/06/13 16:40:31
Modified files: sys/sys : wait.h Log message: Remove support for "union wait" and WSTOPPED. union wait has been deprecated since 4.3BSD, and WSTOPPED means something else now in POSIX, that we don't yet support. Original diff by guenther, from 2.5 years ago. Ports tree cleanup and re-testing by naddy. ok deraadt, kettenis