diff options
Diffstat (limited to 'src/sys/include/sys/mount.h')
-rw-r--r-- | src/sys/include/sys/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/include/sys/mount.h b/src/sys/include/sys/mount.h index 6d041ee..4a190a4 100644 --- a/src/sys/include/sys/mount.h +++ b/src/sys/include/sys/mount.h @@ -65,7 +65,7 @@ struct mount; /* Filesystem vfsops */ extern struct vfsops g_omar_vfsops; -extern struct vfsops g_devfs_vfops; +extern struct vfsops g_devfs_vfsops; /* * Represents a mountpoint |