diff options
author | 1998-03-02 00:08:18 +0000 | |
---|---|---|
committer | 1998-03-02 00:08:18 +0000 | |
commit | 1bb6ef4dd0a885674bb1fb9d2cbee363f7c640d2 (patch) | |
tree | 3aa4b868bbedeb37d1bfc7cfe0ea5665976fca6f | |
parent | Fix int overflow (diff) | |
download | wireguard-openbsd-1bb6ef4dd0a885674bb1fb9d2cbee363f7c640d2.tar.xz wireguard-openbsd-1bb6ef4dd0a885674bb1fb9d2cbee363f7c640d2.zip |
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 |