Source-Changes-HG archive

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

[src/trunk]: src/sys regen again (forgot both patches touched namei.h)



details:   https://anonhg.NetBSD.org/src/rev/e14614d76175
branches:  trunk
changeset: 747694:e14614d76175
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Sep 27 17:24:31 2009 +0000

description:
regen again (forgot both patches touched namei.h)

diffstat:

 sys/rump/include/rump/rump_namei.h |  4 ++--
 sys/sys/namei.h                    |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r c6d59022fb64 -r e14614d76175 sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h        Sun Sep 27 17:23:53 2009 +0000
+++ b/sys/rump/include/rump/rump_namei.h        Sun Sep 27 17:24:31 2009 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rump_namei.h,v 1.5 2009/09/27 17:21:22 dholland Exp $  */
+/*     $NetBSD: rump_namei.h,v 1.6 2009/09/27 17:24:32 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.4 2008/12/03 10:54:27 ad Exp 
- *   from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp 
+ *   from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp 
  */
 
 #ifndef _RUMP_RUMP_NAMEI_H_
diff -r c6d59022fb64 -r e14614d76175 sys/sys/namei.h
--- a/sys/sys/namei.h   Sun Sep 27 17:23:53 2009 +0000
+++ b/sys/sys/namei.h   Sun Sep 27 17:24:31 2009 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: namei.h,v 1.66 2009/09/27 17:21:22 dholland Exp $      */
+/*     $NetBSD: namei.h,v 1.67 2009/09/27 17:24:31 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.4 2008/12/03 10:54:27 ad Exp 
- *   from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp 
+ *   from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp 
  */
 
 /*
@@ -236,7 +236,7 @@
 
 int    namei(struct nameidata *);
 uint32_t namei_hash(const char *, const char **);
-int    lookup_for_nfsd(struct nameidata *);
+int    lookup_for_nfsd(struct nameidata *, struct vnode *, int neverfollow);
 int    lookup_for_nfsd_index(struct nameidata *);
 int    relookup(struct vnode *, struct vnode **, struct componentname *);
 void   cache_purge1(struct vnode *, const struct componentname *, int);



Home | Main Index | Thread Index | Old Index