diff options
author | johns <johns@cvs.openbsd.org> | 1998-03-02 00:08:19 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1998-03-02 00:08:19 +0000 |
commit | 1afe25638d1046eb636fa3b5372afe37cb6b8e8d (patch) | |
tree | 062e5a11247ea4b47acb19e3966fbb83d37d00b9 | |
parent | 743cbf3f37968e0f494d3ec129b69d7f5f0b5508 (diff) |
NULLFS is required by UMAPFS, don't know when this got messed up, perhaps
its a gcc 2.8 related thing.
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index ee1e5d80873..3ab29656530 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -28,6 +28,7 @@ option QUOTA # fast filesystem with user and group quotas option MFS # memory-based filesystem option LOFS # Loop-back filesystem option FDESC # user file descriptor filesystem +option NULLFS # null fs, required by umapfs option UMAPFS # uid/gid remapping filesystem option PORTAL # portal filesystem (still experimental) option PROCFS # /proc |