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/460067cb299d
branches:  trunk
changeset: 379990:460067cb299d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jun 29 22:40:06 2021 +0000

description:
Regen.

diffstat:

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

diffs (42 lines):

diff -r 234cccf5cf02 -r 460067cb299d sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h        Tue Jun 29 22:39:20 2021 +0000
+++ b/sys/rump/include/rump/rump_namei.h        Tue Jun 29 22:40:06 2021 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rump_namei.h,v 1.47 2021/06/16 01:52:39 dholland Exp $ */
+/*     $NetBSD: rump_namei.h,v 1.48 2021/06/29 22:40:06 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.58 2020/05/30 20:16:14 ad Exp 
+ *   from: NetBSD: namei.src,v 1.60 2021/06/29 22:39:21 dholland Exp 
  */
 
 #ifndef _RUMP_RUMP_NAMEI_H_
diff -r 234cccf5cf02 -r 460067cb299d sys/sys/namei.h
--- a/sys/sys/namei.h   Tue Jun 29 22:39:20 2021 +0000
+++ b/sys/sys/namei.h   Tue Jun 29 22:40:06 2021 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: namei.h,v 1.114 2021/06/16 01:52:39 dholland Exp $     */
+/*     $NetBSD: namei.h,v 1.115 2021/06/29 22:40:06 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.58 2020/05/30 20:16:14 ad Exp 
+ *   from: NetBSD: namei.src,v 1.60 2021/06/29 22:39:21 dholland Exp 
  */
 
 /*
@@ -102,7 +102,6 @@ struct componentname {
         */
        const char      *cn_nameptr;    /* pointer to looked up name */
        size_t          cn_namelen;     /* length of looked up comp */
-       size_t          cn_consume;     /* chars to consume in lookup */
 };
 
 /*



Home | Main Index | Thread Index | Old Index