Source-Changes-HG archive

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

[src/trunk]: src/sys/sys fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS



details:   https://anonhg.NetBSD.org/src/rev/cb72319b6e10
branches:  trunk
changeset: 760797:cb72319b6e10
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 13 07:23:39 2011 +0000

description:
fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS

diffstat:

 sys/sys/fstypes.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c4ad4f773ba3 -r cb72319b6e10 sys/sys/fstypes.h
--- a/sys/sys/fstypes.h Thu Jan 13 05:58:05 2011 +0000
+++ b/sys/sys/fstypes.h Thu Jan 13 07:23:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstypes.h,v 1.26 2008/09/03 23:43:06 gmcgarry Exp $    */
+/*     $NetBSD: fstypes.h,v 1.27 2011/01/13 07:23:39 pooka Exp $       */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -254,7 +254,7 @@
 
 #define        __IMNT_FLAG_BITS \
        "\20" \
-        "\20IMNT_MPSAFE" \
+        "\11IMNT_MPSAFE" \
        "\10IMNT_HAS_TRANS" \
        "\07IMNT_DTYPE" \
        "\03IMNT_WANTRDWR" \



Home | Main Index | Thread Index | Old Index