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/2df213c5f1ab
branches: trunk
changeset: 1028626:2df213c5f1ab
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:31:54 2021 +0000
description:
Match linux side-loading, fixes i915_getparam.c put_user undefined
Author: Maya Rashish <maya%NetBSD.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/poll.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8cf4367e3f80 -r 2df213c5f1ab sys/external/bsd/drm2/include/linux/poll.h
--- a/sys/external/bsd/drm2/include/linux/poll.h Sun Dec 19 11:31:47 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/poll.h Sun Dec 19 11:31:54 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: poll.h,v 1.3 2021/12/19 10:40:12 riastradh Exp $ */
+/* $NetBSD: poll.h,v 1.4 2021/12/19 11:31:54 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,7 @@
#ifndef _LINUX_POLL_H_
#define _LINUX_POLL_H_
+#include <linux/uaccess.h>
#include <linux/fs.h>
#endif /* _LINUX_POLL_H_ */
Home |
Main Index |
Thread Index |
Old Index