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/872b6e0a1c08
branches: trunk
changeset: 378511:872b6e0a1c08
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 0f25b680c6cc -r 872b6e0a1c08 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