summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-23 12:59:52 +0000
committerjkh <jkh@FreeBSD.org>1995-08-23 12:59:52 +0000
commit4ef42c6c086999a0a2325071268fd040ac6aeb5d (patch)
treeac4b15043912bf0f5696547c0ef2c9e6469a998d
parentfa17d89229c96c1a5fc5e4115fdf5dead35fa426 (diff)
downloadFreeBSD-src-4ef42c6c086999a0a2325071268fd040ac6aeb5d.zip
FreeBSD-src-4ef42c6c086999a0a2325071268fd040ac6aeb5d.tar.gz
Support for NOAUTO mounts.
Submitted by: "Full Name Not Supplied" <simon@masi.ibp.fr>
-rw-r--r--sys/sys/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 71fb6b1..8bb974c 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.13 (Berkeley) 3/27/94
- * $Id: mount.h,v 1.20 1995/06/27 11:07:08 dfr Exp $
+ * $Id: mount.h,v 1.21 1995/08/11 11:31:13 davidg Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -147,6 +147,7 @@ struct mount {
*/
#define MNT_RDONLY 0x00000001 /* read only filesystem */
#define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */
+#define MNT_NOAUTO 0x00000003 /* don't mount with 'mount -a' */
#define MNT_NOEXEC 0x00000004 /* can't exec from filesystem */
#define MNT_NOSUID 0x00000008 /* don't honor setuid bits on fs */
#define MNT_NODEV 0x00000010 /* don't interpret special files */
OpenPOWER on IntegriCloud