diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-03-05 13:10:58 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-03-05 13:10:58 +0000 |
| commit | 873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch) | |
| tree | 2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/sys_pipe.c | |
| parent | 491deb49c4d5eb6b35205a3079202be044f81742 (diff) | |
Notes
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 035b4fbb1022..508f010de153 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) |
