summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-22 21:24:03 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-22 21:24:03 +0000
commit091bf8d373c9bfa1331aa01a89d4d6a01be1d414 (patch)
tree7b17e7c1f9344b3de0bfe10d1d133fec02b5a587 /sys/gnu/fs
parent7b4314264409d1e501bab47a055ac78daf5f3ac7 (diff)
downloadFreeBSD-src-091bf8d373c9bfa1331aa01a89d4d6a01be1d414.zip
FreeBSD-src-091bf8d373c9bfa1331aa01a89d4d6a01be1d414.tar.gz
Make MFS a supported option, finally.
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index 8c25f03..168748a 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.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;
OpenPOWER on IntegriCloud