diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-29 21:21:53 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-29 21:21:53 +0000 |
| commit | c7a3e2379c332bf8d6c5c9924e587cb26dcac916 (patch) | |
| tree | 5efb6f9b060d86ec343c265a1ec81a9d21195e7e /sys/gnu | |
| parent | e23faa1027eced1f412e612535295ca629af10c8 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_mount.h | 10 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_mount.h | 10 |
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 |
