summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-21 19:23:04 +0000
committerjkh <jkh@FreeBSD.org>1998-02-21 19:23:04 +0000
commit8a05f3c9a3bc538922fc8491e8727b4cbf7fcbcf (patch)
tree4f308e3bfca26bb4d665a438ede09828404ed276 /sys
parent932fd732a96267cdca5e5a02ec52be10a1addc86 (diff)
downloadFreeBSD-src-8a05f3c9a3bc538922fc8491e8727b4cbf7fcbcf.zip
FreeBSD-src-8a05f3c9a3bc538922fc8491e8727b4cbf7fcbcf.tar.gz
MF22: CODA entries. They'll have to rework their usage of malloc
somewhat in -current before this will work, but these should at least serve as place-holders.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 833c8e4..708513f 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.21 (Berkeley) 5/20/95
- * $Id: mount.h,v 1.53 1998/01/20 10:36:42 bde Exp $
+ * $Id: mount.h,v 1.54 1998/02/05 17:27:42 dyson Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -107,7 +107,8 @@ struct statfs {
#define MOUNT_DEVFS 16 /* existing device Filesystem */
#define MOUNT_EXT2FS 17 /* Linux EXT2FS */
#define MOUNT_TFS 18 /* Netcon Novell filesystem */
-#define MOUNT_MAXTYPE 18
+#define MOUNT_CFS 19 /* Coda filesystem */
+#define MOUNT_MAXTYPE 19
#define INITMOUNTNAMES { \
"none", /* 0 MOUNT_NONE */ \
@@ -129,7 +130,8 @@ struct statfs {
"devfs", /* 16 MOUNT_DEVFS */ \
"ext2fs", /* 17 MOUNT_EXT2FS */ \
"tfs", /* 18 MOUNT_TFS */ \
- 0, /* 18 MOUNT_SPARE */ \
+ "cfs", /* 19 MOUNT_TFS */ \
+ 0, /* 19 MOUNT_SPARE */ \
}
/*
OpenPOWER on IntegriCloud