CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/07 23:01:27
Modified files: sys/kern : syscalls.master uipc_syscalls.c sys_pipe.c sys/compat/linux: linux_misc.c syscalls.master Log message: Remove the sys_opipe() kernel entry point. sys_pipe() is the future. While here, switch compat_linux to just use sys_pipe() rather than incorrectly wrapping sys_opipe(). ok tedu@, miod@