summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-11-16 06:57:52 +0000
committerphk <phk@FreeBSD.org>2004-11-16 06:57:52 +0000
commitb3f08741db7927b28bdcfcb361406e4f5e206f04 (patch)
tree5a73dd4029abfa0170da8ea9a05233d786ee87b7 /sys
parentb6ac51fc6efd79a71b2eeab68e64165173a532cb (diff)
downloadFreeBSD-src-b3f08741db7927b28bdcfcb361406e4f5e206f04.zip
FreeBSD-src-b3f08741db7927b28bdcfcb361406e4f5e206f04.tar.gz
Add missing break.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/sys_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index d53c8a3..16af809 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1311,6 +1311,7 @@ pipe_ioctl(fp, cmd, data, active_cred, td)
default:
error = ENOTTY;
+ break;
}
PIPE_UNLOCK(mpipe);
return (error);
OpenPOWER on IntegriCloud