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/include/linux match linux side loading
details: https://anonhg.NetBSD.org/src/rev/b04f0162343b
branches: trunk
changeset: 364170:b04f0162343b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:07:32 2018 +0000
description:
match linux side loading
Author: coypu <coypu%sdf.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/sched.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b501275c52c9 -r b04f0162343b sys/external/bsd/drm2/include/linux/sched.h
--- a/sys/external/bsd/drm2/include/linux/sched.h Mon Aug 27 06:07:20 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/sched.h Mon Aug 27 06:07:32 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sched.h,v 1.5 2014/11/08 19:27:40 nonaka Exp $ */
+/* $NetBSD: sched.h,v 1.6 2018/08/27 06:07:32 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -36,6 +36,9 @@
#include <sys/kernel.h>
#include <sys/proc.h>
+#include <asm/param.h>
+#include <linux/errno.h>
+
#define TASK_COMM_LEN MAXCOMLEN
#define current curproc
Home |
Main Index |
Thread Index |
Old Index