aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-15 20:37:22 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-15 20:37:22 +0000
commit75cc5f07de0c1325d8ebbf2c8cb4825a6d6b28ce (patch)
tree0b9b835200b2bb125cf46aadb5ece3e7cf737394 /sys/miscfs/devfs
parentc72c7259e5a85b46634ed73571c8135b579b902b (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index b8b0437d5f31..7103f961a378 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*/
}