Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include dev/sysmon/sy...
details: https://anonhg.NetBSD.org/src/rev/f4ffb853728d
branches: trunk
changeset: 1009288:f4ffb853728d
user: maya <maya%NetBSD.org@localhost>
date: Sun Apr 19 17:49:41 2020 +0000
description:
Include dev/sysmon/sysmonvar.h for sysmon_pswitch.
Somehow only triggered by the compat build (which shouldn't have been
enabled!)
diffstat:
sys/external/bsd/drm2/dist/include/drm/drmP.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 19cbe6a762d5 -r f4ffb853728d sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h Sun Apr 19 17:40:49 2020 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h Sun Apr 19 17:49:41 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drmP.h,v 1.40 2020/04/19 17:19:13 maya Exp $ */
+/* $NetBSD: drmP.h,v 1.41 2020/04/19 17:49:41 maya Exp $ */
/*
* Internal Header for the Direct Rendering Manager
@@ -67,6 +67,7 @@
#include <uapi/drm/drm_mode.h>
#ifdef __NetBSD__
+#include <dev/sysmon/sysmonvar.h>
#include <drm/drm_os_netbsd.h>
#include <asm/barrier.h>
#include <asm/bug.h>
Home |
Main Index |
Thread Index |
Old Index