Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern add missing sys/evcnt.h include.
details: https://anonhg.NetBSD.org/src/rev/aa9e4fc38b93
branches: trunk
changeset: 351916:aa9e4fc38b93
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 05 20:45:49 2017 +0000
description:
add missing sys/evcnt.h include.
diffstat:
sys/kern/vfs_wapbl.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 01b7c686b1fd -r aa9e4fc38b93 sys/kern/vfs_wapbl.c
--- a/sys/kern/vfs_wapbl.c Sun Mar 05 19:23:58 2017 +0000
+++ b/sys/kern/vfs_wapbl.c Sun Mar 05 20:45:49 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_wapbl.c,v 1.87 2017/03/05 13:57:29 jdolecek Exp $ */
+/* $NetBSD: vfs_wapbl.c,v 1.88 2017/03/05 20:45:49 mrg Exp $ */
/*-
* Copyright (c) 2003, 2008, 2009 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
#define WAPBL_INTERNAL
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.87 2017/03/05 13:57:29 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.88 2017/03/05 20:45:49 mrg Exp $");
#include <sys/param.h>
#include <sys/bitops.h>
@@ -60,6 +60,7 @@
#include <sys/sysctl.h>
#include <sys/uio.h>
#include <sys/vnode.h>
+#include <sys/evcnt.h>
#include <miscfs/specfs/specdev.h>
Home |
Main Index |
Thread Index |
Old Index