summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 21:21:53 +0000
committerphk <phk@FreeBSD.org>2001-05-29 21:21:53 +0000
commitd442761285cb9aec0bf9a30cd101676181c09e4b (patch)
tree21a24eafecfad118479be7139c2ffb554b7a80f3 /sys/gnu
parent650a04f5d6f114cbbcdf24f7393f92192668d512 (diff)
downloadFreeBSD-src-d442761285cb9aec0bf9a30cd101676181c09e4b.zip
FreeBSD-src-d442761285cb9aec0bf9a30cd101676181c09e4b.tar.gz
Remove last vestiges of MFS.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/ext2_mount.h10
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h10
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/gnu/ext2fs/ext2_mount.h b/sys/gnu/ext2fs/ext2_mount.h
index 530715d..4c73aa3 100644
--- a/sys/gnu/ext2fs/ext2_mount.h
+++ b/sys/gnu/ext2fs/ext2_mount.h
@@ -45,16 +45,6 @@ struct ufs_args {
struct export_args export; /* network export information */
};
-/*
- * Arguments to mount MFS
- */
-struct mfs_args {
- char *fspec; /* name to export for statfs */
- struct export_args export; /* if exported MFSes are supported */
- caddr_t base; /* base of file system in memory */
- u_long size; /* size of file system */
-};
-
#ifdef _KERNEL
#ifdef MALLOC_DECLARE
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index 530715d..4c73aa3 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.h
@@ -45,16 +45,6 @@ struct ufs_args {
struct export_args export; /* network export information */
};
-/*
- * Arguments to mount MFS
- */
-struct mfs_args {
- char *fspec; /* name to export for statfs */
- struct export_args export; /* if exported MFSes are supported */
- caddr_t base; /* base of file system in memory */
- u_long size; /* size of file system */
-};
-
#ifdef _KERNEL
#ifdef MALLOC_DECLARE
OpenPOWER on IntegriCloud