From 9b1d4eba3d8d167609190a3577184ca2b79699a3 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 3 Aug 2009 21:31:17 -0700 Subject: [PATCH] DEVFS - Remove specfs from the build proper. --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 7e1d565c5f..22d0cd0133 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -789,7 +789,7 @@ vfs/procfs/procfs_type.c optional procfs vfs/procfs/procfs_vfsops.c optional procfs vfs/procfs/procfs_vnops.c optional procfs vfs/procfs/procfs_rlimit.c optional procfs -vfs/specfs/spec_vnops.c standard +#vfs/specfs/spec_vnops.c standard vfs/union/union_subr.c optional union vfs/union/union_vfsops.c optional union vfs/union/union_vnops.c optional union -- 2.41.0