1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Killed MNT_NOAUTO.

This commit is contained in:
David Greenman 1995-08-26 05:40:52 +00:00
parent 89beb278f7
commit 825a4d8e7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10289

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.13 (Berkeley) 3/27/94
* $Id: mount.h,v 1.22 1995/08/23 12:59:52 jkh Exp $
* $Id: mount.h,v 1.23 1995/08/23 13:30:52 jkh Exp $
*/
#ifndef _SYS_MOUNT_H_
@ -152,7 +152,6 @@ struct mount {
#define MNT_NODEV 0x00000010 /* don't interpret special files */
#define MNT_UNION 0x00000020 /* union with underlying filesystem */
#define MNT_ASYNC 0x00000040 /* file system written asynchronously */
#define MNT_NOAUTO 0x00000080 /* don't mount with 'mount -a' */
/*
* exported mount flags.