diff options
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r-- | sys/kern/sys_pipe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 035b4fb..508f010 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -319,10 +319,9 @@ pipe_zone_fini(void *mem, int size) } /* - * The pipe system call for the DTYPE_PIPE type of pipes. If we fail, - * let the zone pick up the pieces via pipeclose(). + * The pipe system call for the DTYPE_PIPE type of pipes. If we fail, let + * the zone pick up the pieces via pipeclose(). */ - /* ARGSUSED */ int pipe(td, uap) |