aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-05-29 21:21:53 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-05-29 21:21:53 +0000
commitc7a3e2379c332bf8d6c5c9924e587cb26dcac916 (patch)
tree5efb6f9b060d86ec343c265a1ec81a9d21195e7e /sys/gnu
parente23faa1027eced1f412e612535295ca629af10c8 (diff)
Notes
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 530715d0a5e5..4c73aa368dd6 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 530715d0a5e5..4c73aa368dd6 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