Module Name: src
Committed By: riastradh
Date: Sun Dec 19 11:12:36 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/linux: time.h
Log Message:
Match linux side-loading
Author: Maya Rashish <[email protected]>
Committer: Taylor R Campbell <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/include/linux/time.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/time.h
diff -u src/sys/external/bsd/drm2/include/linux/time.h:1.9 src/sys/external/bsd/drm2/include/linux/time.h:1.10
--- src/sys/external/bsd/drm2/include/linux/time.h:1.9 Sun Dec 19 09:44:11 2021
+++ src/sys/external/bsd/drm2/include/linux/time.h Sun Dec 19 11:12:36 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: time.h,v 1.9 2021/12/19 09:44:11 riastradh Exp $ */
+/* $NetBSD: time.h,v 1.10 2021/12/19 11:12:36 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,6 +35,7 @@
#include <sys/time.h>
#include <linux/math64.h>
+#include <linux/seqlock.h>
#define timespec64 timespec /* take that, 2038 */