summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-04 13:08:54 +0000
committerru <ru@FreeBSD.org>2001-06-04 13:08:54 +0000
commitbb258a4f5ba092bb992c0244acdd9173f3de07e0 (patch)
tree6e7a20ff943a5ae45541a5a2cbbfc259edbca28e /usr.sbin/amd
parent44f9b5d24741ec013a13e0216f7f13eee0ee6ddd (diff)
downloadFreeBSD-src-bb258a4f5ba092bb992c0244acdd9173f3de07e0.zip
FreeBSD-src-bb258a4f5ba092bb992c0244acdd9173f3de07e0.tar.gz
msdos -> msdosfs
null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index 8766a5c..0435363 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -173,7 +173,7 @@
/* Mount(2) type/name for PCFS filesystem */
/* XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0 */
-#define MOUNT_TYPE_PCFS "msdos"
+#define MOUNT_TYPE_PCFS "msdosfs"
/* Mount(2) type/name for LOFS filesystem */
#define MOUNT_TYPE_LOFS "lofs"
@@ -203,13 +203,13 @@
/* #undef MOUNT_TYPE_IGNORE */
/* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */
-#define MOUNT_TYPE_NULLFS "null"
+#define MOUNT_TYPE_NULLFS "nullfs"
/* Mount(2) type/name for UNIONFS filesystem */
-#define MOUNT_TYPE_UNIONFS "union"
+#define MOUNT_TYPE_UNIONFS "unionfs"
/* Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem */
-#define MOUNT_TYPE_UMAPFS "umap"
+#define MOUNT_TYPE_UMAPFS "umapfs"
/*
@@ -232,7 +232,7 @@
#define MNTTAB_TYPE_NFS3 "nfs"
/* Mount-table entry name for PCFS filesystem */
-#define MNTTAB_TYPE_PCFS "msdos"
+#define MNTTAB_TYPE_PCFS "msdosfs"
/* Mount-table entry name for LOFS filesystem */
#define MNTTAB_TYPE_LOFS "lofs"
@@ -259,13 +259,13 @@
/* #undef MNTTAB_TYPE_CACHEFS */
/* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */
-#define MNTTAB_TYPE_NULLFS "null"
+#define MNTTAB_TYPE_NULLFS "nullfs"
/* Mount-table entry name for UNIONFS filesystem */
-#define MNTTAB_TYPE_UNIONFS "union"
+#define MNTTAB_TYPE_UNIONFS "unionfs"
/* Mount-table entry name for UMAPFS (uid/gid mapping) filesystem */
-#define MNTTAB_TYPE_UMAPFS "umap"
+#define MNTTAB_TYPE_UMAPFS "umapfs"
/*
* Name of mount table file name.
OpenPOWER on IntegriCloud