diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-06-15 20:37:22 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-06-15 20:37:22 +0000 |
commit | 1e4006ada336803135e70992915385b885bc3ef4 (patch) | |
tree | 0b9b835200b2bb125cf46aadb5ece3e7cf737394 /sys/miscfs/devfs/devfs_vfsops.c | |
parent | 460b45878e0334c4c0053e5eaba158b8156a87c2 (diff) | |
download | FreeBSD-src-1e4006ada336803135e70992915385b885bc3ef4.zip FreeBSD-src-1e4006ada336803135e70992915385b885bc3ef4.tar.gz |
Cosmetic change: make the ``ready to run'' line match the
``ready for devices'' printed out earlier by changing `devs '
to be `DEVFS: '
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index b8b0437..7103f96 100644 --- a/sys/miscfs/devfs/devfs_vfsops.c +++ b/sys/miscfs/devfs/devfs_vfsops.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.11 1996/04/07 01:15:02 joerg Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.12 1996/06/12 05:08:30 gpalmer Exp $ * * */ @@ -34,7 +34,7 @@ devfs_init(void) /* Mark a reference for the "invisible" blueprint mount */ dev_root->dnp->dvm->mount->mnt_vfc->vfc_refcount++; - printf("devfs ready to run\n"); + printf("DEVFS: ready to run\n"); return 0; /*XXX*/ } |