Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/nfs/common Disable duplicate typedef
details: https://anonhg.NetBSD.org/src/rev/8b9234d04213
branches: trunk
changeset: 349539:8b9234d04213
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Dec 13 22:49:02 2016 +0000
description:
Disable duplicate typedef
diffstat:
sys/fs/nfs/common/nfskpiport.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r ac3ddcaa502d -r 8b9234d04213 sys/fs/nfs/common/nfskpiport.h
--- a/sys/fs/nfs/common/nfskpiport.h Tue Dec 13 22:31:51 2016 +0000
+++ b/sys/fs/nfs/common/nfskpiport.h Tue Dec 13 22:49:02 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfskpiport.h,v 1.1.1.1 2013/09/30 07:19:40 dholland Exp $ */
+/* $NetBSD: nfskpiport.h,v 1.2 2016/12/13 22:49:02 pgoyette Exp $ */
/*-
* Copyright (c) 2009 Rick Macklem, University of Guelph
* All rights reserved.
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*
* FreeBSD: head/sys/fs/nfs/nfskpiport.h 207785 2010-05-08 14:50:12Z rmacklem
- * $NetBSD: nfskpiport.h,v 1.1.1.1 2013/09/30 07:19:40 dholland Exp $
+ * $NetBSD: nfskpiport.h,v 1.2 2016/12/13 22:49:02 pgoyette Exp $
*/
#ifndef _NFS_NFSKPIPORT_H_
@@ -39,7 +39,9 @@
#define vfs_statfs(m) (&((m)->mnt_stat))
#define vfs_flags(m) ((m)->mnt_flag)
+#if 0 /* Predefined in NetBSD sys/vnode.h */
typedef struct vnode * vnode_t;
+#endif
#define vnode_mount(v) ((v)->v_mount)
#define vnode_vtype(v) ((v)->v_type)
Home |
Main Index |
Thread Index |
Old Index