Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common Only need to #include sys/vnode.h once



details:   https://anonhg.NetBSD.org/src/rev/c0f678f18715
branches:  trunk
changeset: 455810:c0f678f18715
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Apr 14 11:35:54 2019 +0000

description:
Only need to #include sys/vnode.h once

diffstat:

 sys/compat/common/vnd_50.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 67d98e8861a9 -r c0f678f18715 sys/compat/common/vnd_50.c
--- a/sys/compat/common/vnd_50.c        Sun Apr 14 09:09:55 2019 +0000
+++ b/sys/compat/common/vnd_50.c        Sun Apr 14 11:35:54 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnd_50.c,v 1.3 2019/03/01 11:06:56 pgoyette Exp $      */
+/*     $NetBSD: vnd_50.c,v 1.4 2019/04/14 11:35:54 pgoyette Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnd_50.c,v 1.3 2019/03/01 11:06:56 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnd_50.c,v 1.4 2019/04/14 11:35:54 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -87,7 +87,6 @@
 #include <sys/file.h>
 #include <sys/uio.h>
 #include <sys/conf.h>
-#include <sys/vnode.h>
 #include <sys/compat_stub.h>
 
 #include <net/zlib.h>



Home | Main Index | Thread Index | Old Index