Module Name:    src
Committed By:   pooka
Date:           Thu Jan 13 07:23:39 UTC 2011

Modified Files:
        src/sys/sys: fstypes.h

Log Message:
fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/sys/fstypes.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/fstypes.h
diff -u src/sys/sys/fstypes.h:1.26 src/sys/sys/fstypes.h:1.27
--- src/sys/sys/fstypes.h:1.26	Wed Sep  3 23:43:06 2008
+++ src/sys/sys/fstypes.h	Thu Jan 13 07:23:39 2011
@@ -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" \

Reply via email to