Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf comment out CHFS to fix build issues



details:   https://anonhg.NetBSD.org/src/rev/dd1c5238d375
branches:  trunk
changeset: 452071:dd1c5238d375
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 17 17:06:39 2019 +0000

description:
comment out CHFS to fix build issues

diffstat:

 sys/conf/filesystems.config |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0c178dc247be -r dd1c5238d375 sys/conf/filesystems.config
--- a/sys/conf/filesystems.config       Mon Jun 17 17:03:58 2019 +0000
+++ b/sys/conf/filesystems.config       Mon Jun 17 17:06:39 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: filesystems.config,v 1.12 2019/06/17 03:34:01 christos Exp $
+# $NetBSD: filesystems.config,v 1.13 2019/06/17 17:06:39 christos Exp $
 #file-system   ADOSFS          # AmigaDOS-compatible file system
 #options       APPLE_UFS       # Apple UFS support in FFS
 #file-system   AUTOFS          # Automounter Filesystem
 #pseudo-device autofs          # experimental - AUTOFS
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
-file-system    CHFS            # Chip File System
+#file-system   CHFS            # Chip File System
 file-system    CODA            # Coda File System; also needs vcoda (below)
 pseudo-device  vcoda           # coda minicache <-> venus comm.
 file-system    EFS             # Silicon Graphics Extent File System



Home | Main Index | Thread Index | Old Index