Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:07:32 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: sched.h
Log Message:
match linux side loading
Author: coypu <[email protected]>
Committer: Taylor R Campbell <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/linux/sched.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/sched.h
diff -u src/sys/external/bsd/drm2/include/linux/sched.h:1.5 src/sys/external/bsd/drm2/include/linux/sched.h:1.6
--- src/sys/external/bsd/drm2/include/linux/sched.h:1.5 Sat Nov 8 19:27:40 2014
+++ src/sys/external/bsd/drm2/include/linux/sched.h Mon Aug 27 06:07:32 2018
@@ -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