summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-22 06:18:54 +0000
committerbde <bde@FreeBSD.org>1997-11-22 06:18:54 +0000
commit6f8218994cb0c378a28823025ee77c4e48f87bc7 (patch)
treeec936445bc4610a7759be9f273f95d324d89fa8a /sys/sys/mount.h
parent7b2acd5a85bb1356335f2de400afbd2add858c67 (diff)
downloadFreeBSD-src-6f8218994cb0c378a28823025ee77c4e48f87bc7.zip
FreeBSD-src-6f8218994cb0c378a28823025ee77c4e48f87bc7.tar.gz
Fixed some style and contents bugs in comments. Copied comments are
usually wrong.
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 25895ae..7dbea3a 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.21 (Berkeley) 5/20/95
- * $Id: mount.h,v 1.49 1997/11/12 05:42:23 julian Exp $
+ * $Id: mount.h,v 1.50 1997/11/13 00:28:51 julian Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -164,10 +164,10 @@ 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_SUIDDIR 0x00100000 /* Disable cluster read */
-#define MNT_NOATIME 0x10000000 /* Disable update of file access time */
-#define MNT_NOCLUSTERR 0x40000000 /* Disable cluster read */
-#define MNT_NOCLUSTERW 0x80000000 /* Disable cluster read */
+#define MNT_SUIDDIR 0x00100000 /* special handling of SUID on dirs */
+#define MNT_NOATIME 0x10000000 /* disable update of file access time */
+#define MNT_NOCLUSTERR 0x40000000 /* disable cluster read */
+#define MNT_NOCLUSTERW 0x80000000 /* disable cluster write */
/*
* NFS export related mount flags.
OpenPOWER on IntegriCloud