Source-Changes-HG archive

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

[src/trunk]: src/sys/sys fix PARAMASK



details:   https://anonhg.NetBSD.org/src/rev/c56a90f72d91
branches:  trunk
changeset: 760541:c56a90f72d91
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 07 11:25:10 2011 +0000

description:
fix PARAMASK

diffstat:

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

diffs (18 lines):

diff -r acb1f99e6e9b -r c56a90f72d91 sys/sys/namei.src
--- a/sys/sys/namei.src Fri Jan 07 11:17:22 2011 +0000
+++ b/sys/sys/namei.src Fri Jan 07 11:25:10 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namei.src,v 1.21 2011/01/02 05:12:33 dholland Exp $    */
+/*     $NetBSD: namei.src,v 1.22 2011/01/07 11:25:10 pooka Exp $       */
 
 /*
  * Copyright (c) 1985, 1989, 1991, 1993
@@ -161,7 +161,7 @@
 NAMEIFL        CREATEDIR       0x0200000       /* trailing slashes are ok */
 NAMEIFL        INRENAME        0x0400000       /* operation is a part of ``rename'' */
 NAMEIFL        INRELOOKUP      0x0800000       /* set while inside relookup() */
-NAMEIFL        PARAMASK        0x0efef00       /* mask of parameter descriptors */
+NAMEIFL        PARAMASK        0x0efe300       /* mask of parameter descriptors */
 
 /*
  * Initialization of an nameidata structure.



Home | Main Index | Thread Index | Old Index