From 8d592e845253f3e55deb7f899466ecce5b6cdfb1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 17 Oct 2025 14:37:42 -0400 Subject: kern: devfs: Fix typo in VFS ops structure Signed-off-by: Ian Moffett --- src/sys/include/sys/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/include') 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 -- cgit v1.2.3