diff options
Diffstat (limited to 'sys/fs/devfs/devfs_vfsops.c')
-rw-r--r-- | sys/fs/devfs/devfs_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 69ec9b2..6ab9cf1 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -35,6 +35,7 @@ */ #include "opt_devfs.h" +#ifndef NODEVFS #include <sys/param.h> #include <sys/systm.h> @@ -207,3 +208,4 @@ static struct vfsops devfs_vfsops = { }; VFS_SET(devfs_vfsops, devfs, VFCF_SYNTHETIC); +#endif |