aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/nullfs/null_vnops.c4
-rw-r--r--sys/miscfs/umapfs/umap_vnops.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c
index 4f51452fe6192..9136baf78da58 100644
--- a/sys/miscfs/nullfs/null_vnops.c
+++ b/sys/miscfs/nullfs/null_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)null_vnops.c 8.1 (Berkeley) 6/10/93
*
- * $Id: null_vnops.c,v 1.5 1994/09/21 23:22:41 wollman Exp $
+ * $Id: null_vnops.c,v 1.6 1994/10/10 07:55:29 phk Exp $
*/
/*
@@ -225,7 +225,7 @@ null_bypass(ap)
*/
if (descp->vdesc_vp_offsets == NULL ||
descp->vdesc_vp_offsets[0] == VDESC_NO_OFFSET)
- panic ("null_bypass: no vp's in map.\n");
+ panic ("null_bypass: no vp's in map.");
#endif
/*
diff --git a/sys/miscfs/umapfs/umap_vnops.c b/sys/miscfs/umapfs/umap_vnops.c
index ddbe4995cdb88..14d3fcc48266a 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
/*