Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add __MNT_CONTROL_FLAGS to __MNT_FLAGS for the sake ...



details:   https://anonhg.NetBSD.org/src/rev/439280087a90
branches:  trunk
changeset: 521790:439280087a90
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 05 21:25:48 2002 +0000

description:
Add __MNT_CONTROL_FLAGS to __MNT_FLAGS for the sake of completeness..

diffstat:

 sys/sys/mount.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9dd9c8b7eea2 -r 439280087a90 sys/sys/mount.h
--- a/sys/sys/mount.h   Tue Feb 05 21:14:36 2002 +0000
+++ b/sys/sys/mount.h   Tue Feb 05 21:25:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount.h,v 1.95 2002/02/05 19:35:03 chuck Exp $ */
+/*     $NetBSD: mount.h,v 1.96 2002/02/05 21:25:48 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -254,7 +254,8 @@
        __MNT_BASIC_FLAGS \
        __MNT_EXPORTED_FLAGS \
        __MNT_INTERNAL_FLAGS \
-       __MNT_EXTERNAL_FLAGS
+       __MNT_EXTERNAL_FLAGS \
+       __MNT_CONTROL_FLAGS
 /*
  * Sysctl CTL_VFS definitions.
  *



Home | Main Index | Thread Index | Old Index