Source-Changes-HG archive

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

[src/trunk]: src/sys Regen for ISSYMLINK removal.



details:   https://anonhg.NetBSD.org/src/rev/f36177c088db
branches:  trunk
changeset: 764366:f36177c088db
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Apr 18 00:43:56 2011 +0000

description:
Regen for ISSYMLINK removal.

diffstat:

 sys/rump/include/rump/rump_namei.h |   7 +++----
 sys/sys/namei.h                    |  10 ++++------
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (80 lines):

diff -r 115907a216f2 -r f36177c088db sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h        Mon Apr 18 00:40:53 2011 +0000
+++ b/sys/rump/include/rump/rump_namei.h        Mon Apr 18 00:43:56 2011 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rump_namei.h,v 1.14 2011/01/07 11:25:43 pooka Exp $    */
+/*     $NetBSD: rump_namei.h,v 1.15 2011/04/18 00:43:56 dholland Exp $ */
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.22 2011/01/07 11:25:10 pooka Exp 
+ *   from: NetBSD: namei.src,v 1.23 2011/04/18 00:40:54 dholland Exp 
  */
 
 #ifndef _RUMP_RUMP_NAMEI_H_
@@ -30,13 +30,12 @@
 #define RUMP_NAMEI_ISDOTDOT    0x0002000
 #define RUMP_NAMEI_MAKEENTRY   0x0004000
 #define RUMP_NAMEI_ISLASTCN    0x0008000
-#define RUMP_NAMEI_ISSYMLINK   0x0010000
 #define RUMP_NAMEI_ISWHITEOUT  0x0020000
 #define RUMP_NAMEI_DOWHITEOUT  0x0040000
 #define RUMP_NAMEI_REQUIREDIR  0x0080000
 #define RUMP_NAMEI_CREATEDIR   0x0200000
 #define RUMP_NAMEI_INRENAME    0x0400000
 #define RUMP_NAMEI_INRELOOKUP  0x0800000
-#define RUMP_NAMEI_PARAMASK    0x0efe300
+#define RUMP_NAMEI_PARAMASK    0x0eee300
 
 #endif /* _RUMP_RUMP_NAMEI_H_ */
diff -r 115907a216f2 -r f36177c088db sys/sys/namei.h
--- a/sys/sys/namei.h   Mon Apr 18 00:40:53 2011 +0000
+++ b/sys/sys/namei.h   Mon Apr 18 00:43:56 2011 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: namei.h,v 1.75 2011/01/07 11:25:43 pooka Exp $ */
+/*     $NetBSD: namei.h,v 1.76 2011/04/18 00:43:56 dholland Exp $      */
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.22 2011/01/07 11:25:10 pooka Exp 
+ *   from: NetBSD: namei.src,v 1.23 2011/04/18 00:40:54 dholland Exp 
  */
 
 /*
@@ -162,14 +162,13 @@
 #define        ISDOTDOT        0x0002000       /* current component name is .. */
 #define        MAKEENTRY       0x0004000       /* entry is to be added to name cache */
 #define        ISLASTCN        0x0008000       /* this is last component of pathname */
-#define        ISSYMLINK       0x0010000       /* symlink needs interpretation */
 #define        ISWHITEOUT      0x0020000       /* found whiteout */
 #define        DOWHITEOUT      0x0040000       /* do whiteouts */
 #define        REQUIREDIR      0x0080000       /* must be a directory */
 #define        CREATEDIR       0x0200000       /* trailing slashes are ok */
 #define        INRENAME        0x0400000       /* operation is a part of ``rename'' */
 #define        INRELOOKUP      0x0800000       /* set while inside relookup() */
-#define        PARAMASK        0x0efe300       /* mask of parameter descriptors */
+#define        PARAMASK        0x0eee300       /* mask of parameter descriptors */
 
 /*
  * Initialization of an nameidata structure.
@@ -319,13 +318,12 @@
 #define NAMEI_ISDOTDOT 0x0002000
 #define NAMEI_MAKEENTRY        0x0004000
 #define NAMEI_ISLASTCN 0x0008000
-#define NAMEI_ISSYMLINK        0x0010000
 #define NAMEI_ISWHITEOUT       0x0020000
 #define NAMEI_DOWHITEOUT       0x0040000
 #define NAMEI_REQUIREDIR       0x0080000
 #define NAMEI_CREATEDIR        0x0200000
 #define NAMEI_INRENAME 0x0400000
 #define NAMEI_INRELOOKUP       0x0800000
-#define NAMEI_PARAMASK 0x0efe300
+#define NAMEI_PARAMASK 0x0eee300
 
 #endif /* !_SYS_NAMEI_H_ */



Home | Main Index | Thread Index | Old Index