Make MFS a supported option, finally.

This commit is contained in:
joerg 1997-09-22 21:24:03 +00:00
parent 7b43142644
commit 091bf8d373
4 changed files with 5 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.33 1997/09/10 03:07:12 peter Exp $
# $Id: options,v 1.34 1997/09/16 18:35:56 joerg Exp $
# Format:
# Option name filename
@ -25,6 +25,7 @@ INCLUDE_CONFIG_FILE opt_config.h
# options in a never-included header.
FDESC opt_dontuse.h
KERNFS opt_dontuse.h
MFS opt_dontuse.h
NULLFS opt_dontuse.h
PORTAL opt_dontuse.h
PROCFS opt_dontuse.h

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
* $Id$
* $Id: ufsmount.h,v 1.7 1997/02/22 09:47:54 peter Exp $
*/
#ifndef _UFS_UFS_UFSMOUNT_H_
@ -45,7 +45,6 @@ struct ufs_args {
struct export_args export; /* network export information */
};
#ifdef MFS
/*
* Arguments to mount MFS
*/
@ -55,7 +54,6 @@ struct mfs_args {
caddr_t base; /* base of file system in memory */
u_long size; /* size of file system */
};
#endif /* MFS */
#ifdef KERNEL
struct buf;

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
* $Id$
* $Id: ufsmount.h,v 1.7 1997/02/22 09:47:54 peter Exp $
*/
#ifndef _UFS_UFS_UFSMOUNT_H_
@ -45,7 +45,6 @@ struct ufs_args {
struct export_args export; /* network export information */
};
#ifdef MFS
/*
* Arguments to mount MFS
*/
@ -55,7 +54,6 @@ struct mfs_args {
caddr_t base; /* base of file system in memory */
u_long size; /* size of file system */
};
#endif /* MFS */
#ifdef KERNEL
struct buf;

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
* $Id$
* $Id: ufsmount.h,v 1.7 1997/02/22 09:47:54 peter Exp $
*/
#ifndef _UFS_UFS_UFSMOUNT_H_
@ -45,7 +45,6 @@ struct ufs_args {
struct export_args export; /* network export information */
};
#ifdef MFS
/*
* Arguments to mount MFS
*/
@ -55,7 +54,6 @@ struct mfs_args {
caddr_t base; /* base of file system in memory */
u_long size; /* size of file system */
};
#endif /* MFS */
#ifdef KERNEL
struct buf;