Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/sys/sys remove extra typedef for vnode_t...



details:   https://anonhg.NetBSD.org/src/rev/d425b2d2cb3a
branches:  trunk
changeset: 961308:d425b2d2cb3a
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 15 06:59:57 2021 +0000

description:
remove extra typedef for vnode_t done in <sys/vnode.h>

diffstat:

 external/cddl/osnet/sys/sys/vnode.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 7662158d0190 -r d425b2d2cb3a external/cddl/osnet/sys/sys/vnode.h
--- a/external/cddl/osnet/sys/sys/vnode.h       Thu Apr 15 05:15:04 2021 +0000
+++ b/external/cddl/osnet/sys/sys/vnode.h       Thu Apr 15 06:59:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.17 2020/05/26 08:39:27 hannken Exp $       */
+/*     $NetBSD: vnode.h,v 1.18 2021/04/15 06:59:57 christos Exp $      */
 
 /*
  * CDDL HEADER START
@@ -99,10 +99,7 @@
 
 #ifdef _KERNEL
 
-struct vnode;
 struct vattr;
-
-typedef        struct vnode    vnode_t;
 typedef        struct vattr    vattr_t;
 typedef enum vtype vtype_t;
 



Home | Main Index | Thread Index | Old Index