diff options
-rw-r--r-- | sys/kern/vfs_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 8decace..fb71317 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -39,7 +39,7 @@ __MODULE_NAME("vfs"); __KERNEL_META("$Hyra$: vfs.c, Ian Marco Moffett, " "Hyra Virtual File System"); -struct fs_info filesystems[] = { +static struct fs_info filesystems[] = { { "initramfs", &g_initramfs_ops } }; |