diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
| commit | edf8a81561ba99036993c8fad8a5955252f630a8 (patch) | |
| tree | 589f9b4a28e25de36e0344457a8c795333f7c011 /sys/miscfs/umapfs | |
| parent | 1b2cfc264586a8c609784229f6b60a50b5e99574 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/umapfs')
| -rw-r--r-- | sys/miscfs/umapfs/umap_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/umapfs/umap_vnops.c b/sys/miscfs/umapfs/umap_vnops.c index ddbe4995cdb8..14d3fcc48266 100644 --- a/sys/miscfs/umapfs/umap_vnops.c +++ b/sys/miscfs/umapfs/umap_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)umap_vnops.c 8.3 (Berkeley) 1/5/94 - * $Id: umap_vnops.c,v 1.6 1994/09/21 23:22:43 wollman Exp $ + * $Id: umap_vnops.c,v 1.7 1994/10/10 07:55:44 phk Exp $ */ /* @@ -89,7 +89,7 @@ umap_bypass(ap) */ if (descp->vdesc_vp_offsets == NULL || descp->vdesc_vp_offsets[0] == VDESC_NO_OFFSET) - panic ("umap_bypass: no vp's in map.\n"); + panic ("umap_bypass: no vp's in map."); #endif /* |
