Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/4054a361e5ab
branches: trunk
changeset: 968242:4054a361e5ab
user: ad <ad%NetBSD.org@localhost>
date: Wed Jan 08 12:06:09 2020 +0000
description:
Regen.
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 dc4706bd58ea -r 4054a361e5ab sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h Wed Jan 08 12:04:56 2020 +0000
+++ b/sys/rump/include/rump/rump_namei.h Wed Jan 08 12:06:09 2020 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.37 2020/01/06 11:23:31 ad Exp $ */
+/* $NetBSD: rump_namei.h,v 1.38 2020/01/08 12:06:09 ad 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.47 2020/01/06 11:22:33 ad Exp
+ * from: NetBSD: namei.src,v 1.48 2020/01/08 12:04:56 ad Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
diff -r dc4706bd58ea -r 4054a361e5ab sys/sys/namei.h
--- a/sys/sys/namei.h Wed Jan 08 12:04:56 2020 +0000
+++ b/sys/sys/namei.h Wed Jan 08 12:06:09 2020 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.103 2020/01/06 11:23:31 ad Exp $ */
+/* $NetBSD: namei.h,v 1.104 2020/01/08 12:06:10 ad 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.47 2020/01/06 11:22:33 ad Exp
+ * from: NetBSD: namei.src,v 1.48 2020/01/08 12:04:56 ad Exp
*/
/*
@@ -220,7 +220,7 @@
LIST_ENTRY(namecache) nc_hash; /* L/C hash chain */
TAILQ_ENTRY(namecache) nc_lru; /* L pseudo-lru chain */
LIST_ENTRY(namecache) nc_dvlist;/* L dvp's list of cache entries */
- LIST_ENTRY(namecache) nc_vlist; /* L vp's list of cache entries */
+ TAILQ_ENTRY(namecache) nc_vlist;/* L vp's list of cache entries */
struct vnode *nc_dvp; /* N vnode of parent of name */
struct vnode *nc_vp; /* N vnode the name refers to */
void *nc_gcqueue; /* N queue for garbage collection */
Home |
Main Index |
Thread Index |
Old Index