summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disk.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-05-22 05:34:56 +0000
committerderaadt <deraadt@openbsd.org>1997-05-22 05:34:56 +0000
commit27c6d59f9b24b73790d13710164ab31e70ae4453 (patch)
treeda016e213333aa360897a26098d784e7b15c3153 /sys/kern/subr_disk.c
parent-a support for rd; from mickey (diff)
downloadwireguard-openbsd-27c6d59f9b24b73790d13710164ab31e70ae4453.tar.xz
wireguard-openbsd-27c6d59f9b24b73790d13710164ab31e70ae4453.zip
missing cr
Diffstat (limited to 'sys/kern/subr_disk.c')
-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;
}