From c7a3e2379c332bf8d6c5c9924e587cb26dcac916 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 29 May 2001 21:21:53 +0000 Subject: Remove last vestiges of MFS. --- sys/gnu/ext2fs/ext2_mount.h | 10 ---------- sys/gnu/fs/ext2fs/ext2_mount.h | 10 ---------- 2 files changed, 20 deletions(-) (limited to 'sys/gnu') 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 -- cgit v1.3