CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2019/07/16 06:16:58
Modified files: sys/kern : sys_pipe.c Log message: move the whole `struct pipe' allocation and initialization inside pipe_create() rename pipclose() to pipe_destroy(), and return early instead of having the whole code in if-body. ok claudio@ anton@ visa@ mpi@