mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Cosmetic change: make the ``ready to run'' line match the
``ready for devices'' printed out earlier by changing `devs ' to be `DEVFS: '
This commit is contained in:
parent
c72c7259e5
commit
75cc5f07de
1 changed files with 2 additions and 2 deletions
|
|
@ -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*/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue