[devfs] Quit yelling at me!

This commit is contained in:
Kevin Lange 2011-04-05 22:17:44 -05:00
parent f06f65d941
commit 148f1aa995
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ fs_node_t * devfs_root;
void
devfs_install(char * path) {
fs_node_t * dev_node = kopen(path,0);
kprintf("Installing devfs... %s\n", dev_node->name);
}
/*