diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-10-24 19:13:23 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-10-24 19:13:23 +0000 |
commit | db6994ee4af1bc31c05989eeb418d5de89e61834 (patch) | |
tree | 530697a12bcf74f3ce49c8201508b475eb7acbd2 /sys/miscfs/genfs | |
parent | ea53828bc84e5f0d4bf9cfe653c2b459bb34b8d4 (diff) |
style(9)ed panics, from tom cosgrove.
Diffstat (limited to 'sys/miscfs/genfs')
-rw-r--r-- | sys/miscfs/genfs/layer_vnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/genfs/layer_vnops.c b/sys/miscfs/genfs/layer_vnops.c index 2c5e7bf014f..822ab440288 100644 --- a/sys/miscfs/genfs/layer_vnops.c +++ b/sys/miscfs/genfs/layer_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: layer_vnops.c,v 1.2 2003/06/02 23:28:10 millert Exp $ */ +/* $OpenBSD: layer_vnops.c,v 1.3 2003/10/24 19:13:21 tedu Exp $ */ /* $NetBSD: layer_vnops.c,v 1.10 2001/12/06 04:29:23 chs Exp $ */ /* @@ -68,7 +68,7 @@ * * Ancestors: * @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92 - * $Id: layer_vnops.c,v 1.2 2003/06/02 23:28:10 millert Exp $ + * $Id: layer_vnops.c,v 1.3 2003/10/24 19:13:21 tedu Exp $ * ...and... * @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project */ @@ -301,7 +301,7 @@ layer_bypass(v) */ if (descp->vdesc_vp_offsets == NULL || descp->vdesc_vp_offsets[0] == VDESC_NO_OFFSET) - panic ("layer_bypass: no vp's in map.\n"); + panic("layer_bypass: no vp's in map"); #endif vps_p[0] = VOPARG_OFFSETTO(struct vnode**,descp->vdesc_vp_offsets[0],ap); |