Make MFS a supported option, finally.
This commit is contained in:
parent
7b43142644
commit
091bf8d373
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user