summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-22 05:34:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-22 05:34:57 +0000
commit05ae628fa521719b22ace29d753a54afe205b512 (patch)
treef8d3d93c9d6c9385cacd14929f35ec761bf8258e /sys
parent44789e5b437b00159631d5a7b559e49ab2230bc1 (diff)
missing cr
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c
index 1014119617e..bfbdb0d1396 100644
--- a/sys/kern/subr_disk.c
+++ b/sys/kern/subr_disk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_disk.c,v 1.13 1997/05/12 22:43:55 deraadt Exp $ */
+/* $OpenBSD: subr_disk.c,v 1.14 1997/05/22 05:34:56 deraadt Exp $ */
/* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */
/*
@@ -488,7 +488,7 @@ dk_mountroot()
{
extern int ffs_mountroot __P((void));
- printf("filesystem type %d not known.. assuming ffs",
+ printf("filesystem type %d not known.. assuming ffs\n",
dl.d_partitions[part].p_fstype);
mountrootfn = ffs_mountroot;
}