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 Linux defines struct fil...
details: https://anonhg.NetBSD.org/src/rev/002a11b3a26f
branches: trunk
changeset: 1028319:002a11b3a26f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 10:37:40 2021 +0000
description:
Linux defines struct file in linux/fs.h, match with includes
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/fs.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 417c14dee514 -r 002a11b3a26f sys/external/bsd/drm2/include/linux/fs.h
--- a/sys/external/bsd/drm2/include/linux/fs.h Sun Dec 19 10:37:32 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/fs.h Sun Dec 19 10:37:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fs.h,v 1.5 2021/12/19 01:22:22 riastradh Exp $ */
+/* $NetBSD: fs.h,v 1.6 2021/12/19 10:37:40 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,9 @@
#ifndef _LINUX_FS_H_
#define _LINUX_FS_H_
+#include <sys/param.h>
+#include <sys/file.h>
+
#include <linux/capability.h>
#include <linux/err.h>
#include <linux/wait_bit.h>
Home |
Main Index |
Thread Index |
Old Index