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/5bab8dd34a6f
branches: trunk
changeset: 967135:5bab8dd34a6f
user: ad <ad%NetBSD.org@localhost>
date: Sun Dec 01 13:46:34 2019 +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 eae9f62380ef -r 5bab8dd34a6f sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h Sun Dec 01 13:45:42 2019 +0000
+++ b/sys/rump/include/rump/rump_namei.h Sun Dec 01 13:46:34 2019 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.34 2019/12/01 13:39:53 ad Exp $ */
+/* $NetBSD: rump_namei.h,v 1.35 2019/12/01 13:46:34 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.43 2019/09/13 13:58:53 christos Exp
+ * from: NetBSD: namei.src,v 1.45 2019/12/01 13:45:42 ad Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
diff -r eae9f62380ef -r 5bab8dd34a6f sys/sys/namei.h
--- a/sys/sys/namei.h Sun Dec 01 13:45:42 2019 +0000
+++ b/sys/sys/namei.h Sun Dec 01 13:46:34 2019 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.100 2019/12/01 13:39:53 ad Exp $ */
+/* $NetBSD: namei.h,v 1.101 2019/12/01 13:46:34 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.43 2019/09/13 13:58:53 christos Exp
+ * from: NetBSD: namei.src,v 1.45 2019/12/01 13:45:42 ad Exp
*/
/*
@@ -227,7 +227,7 @@
struct vnode *nc_dvp; /* N vnode of parent of name */
struct vnode *nc_vp; /* N vnode the name refers to */
kmutex_t *nc_lock; /* - lock on this entry */
- int nc_hittime; /* N last time scored a hit */
+ volatile int nc_hittime; /* N last time scored a hit */
int nc_flags; /* - copy of componentname ISWHITEOUT */
u_short nc_nlen; /* - length of name */
char nc_name[0]; /* - segment name */
Home |
Main Index |
Thread Index |
Old Index