Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/7801bff0d015
branches: trunk
changeset: 760273:7801bff0d015
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jan 02 05:02:04 2011 +0000
description:
Regen.
diffstat:
sys/rump/include/rump/rump_namei.h | 4 ++--
sys/sys/namei.h | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r e02c23fb961f -r 7801bff0d015 sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h Sun Jan 02 05:01:57 2011 +0000
+++ b/sys/rump/include/rump/rump_namei.h Sun Jan 02 05:02:04 2011 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.9 2010/11/30 10:44:45 dholland Exp $ */
+/* $NetBSD: rump_namei.h,v 1.10 2011/01/02 05:02:04 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.17 2010/11/30 10:43:01 dholland Exp
+ * from: NetBSD: namei.src,v 1.18 2011/01/02 05:01:20 dholland Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
diff -r e02c23fb961f -r 7801bff0d015 sys/sys/namei.h
--- a/sys/sys/namei.h Sun Jan 02 05:01:57 2011 +0000
+++ b/sys/sys/namei.h Sun Jan 02 05:02:04 2011 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.70 2010/11/30 10:44:44 dholland Exp $ */
+/* $NetBSD: namei.h,v 1.71 2011/01/02 05:02:04 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.17 2010/11/30 10:43:01 dholland Exp
+ * from: NetBSD: namei.src,v 1.18 2011/01/02 05:01:20 dholland Exp
*/
/*
@@ -96,7 +96,6 @@
/*
* Arguments to lookup.
*/
- struct vnode *ni_startdir; /* starting directory */
struct vnode *ni_rootdir; /* logical root directory */
struct vnode *ni_erootdir; /* emulation root directory */
/*
@@ -264,7 +263,7 @@
int namei(struct nameidata *);
uint32_t namei_hash(const char *, const char **);
int lookup_for_nfsd(struct nameidata *, struct vnode *, int neverfollow);
-int lookup_for_nfsd_index(struct nameidata *);
+int lookup_for_nfsd_index(struct nameidata *, struct vnode *);
int relookup(struct vnode *, struct vnode **, struct componentname *);
void cache_purge1(struct vnode *, const struct componentname *, int);
#define PURGE_PARENTS 1
Home |
Main Index |
Thread Index |
Old Index