ISO C requires a statement after a label.

This commit is contained in:
kristerw 2002-11-01 21:46:51 +00:00
parent 60c092247e
commit 85b746f61a
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_pipe.c,v 1.28 2002/11/01 21:34:30 jdolecek Exp $ */
/* $NetBSD: sys_pipe.c,v 1.29 2002/11/01 21:46:51 kristerw Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sys_pipe.c,v 1.28 2002/11/01 21:34:30 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: sys_pipe.c,v 1.29 2002/11/01 21:46:51 kristerw Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -1882,6 +1882,7 @@ filt_pipedetach(struct knote *kn)
break;
default:
/* nothing to do */
break;
}
#ifdef DIAGNOSTIC