Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Whitespace.
details: https://anonhg.NetBSD.org/src/rev/2cb2e2c440f2
branches: trunk
changeset: 553269:2cb2e2c440f2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Oct 13 16:55:10 2003 +0000
description:
Whitespace.
diffstat:
sys/sys/mount.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 06b7314e7455 -r 2cb2e2c440f2 sys/sys/mount.h
--- a/sys/sys/mount.h Mon Oct 13 16:35:49 2003 +0000
+++ b/sys/sys/mount.h Mon Oct 13 16:55:10 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.112 2003/10/12 19:08:49 thorpej Exp $ */
+/* $NetBSD: mount.h,v 1.113 2003/10/13 16:55:10 thorpej Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -200,6 +200,7 @@
{ MNT_EXKERB, 1, "kerberos uid mapping" }, \
{ MNT_EXNORESPORT, 0, "non-reserved ports" }, \
{ MNT_EXPUBLIC, 0, "WebNFS exports" },
+
/*
* Flags set by internal operations.
*/
@@ -207,11 +208,11 @@
#define MNT_QUOTA 0x00002000 /* quotas are enabled on filesystem */
#define MNT_ROOTFS 0x00004000 /* identifies the root filesystem */
-
#define __MNT_INTERNAL_FLAGS \
{ MNT_LOCAL, 0, "local" }, \
{ MNT_QUOTA, 0, "with quotas" }, \
{ MNT_ROOTFS, 1, "root file system" },
+
/*
* Mask of flags that are visible to statfs()
*/
@@ -232,6 +233,7 @@
{ MNT_RELOAD, 1, "reload filesystem data" }, \
{ MNT_FORCE, 1, "force unmount or readonly change" }, \
{ MNT_GETARGS, 1, "retrieve mount arguments" },
+
/*
* Internal filesystem control flags.
*
@@ -254,6 +256,7 @@
__MNT_INTERNAL_FLAGS \
__MNT_EXTERNAL_FLAGS \
__MNT_CONTROL_FLAGS
+
/*
* Sysctl CTL_VFS definitions.
*
Home |
Main Index |
Thread Index |
Old Index