Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/include/linux sys/kernel.h for hardc...



details:   https://anonhg.NetBSD.org/src/rev/d9f031b2ea7d
branches:  trunk
changeset: 1028138:d9f031b2ea7d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:57:42 2021 +0000

description:
sys/kernel.h for hardclock_ticks


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/common/include/linux/completion.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b8e9bfa0da9 -r d9f031b2ea7d sys/external/bsd/common/include/linux/completion.h
--- a/sys/external/bsd/common/include/linux/completion.h        Sun Dec 19 01:57:35 2021 +0000
+++ b/sys/external/bsd/common/include/linux/completion.h        Sun Dec 19 01:57:42 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: completion.h,v 1.9 2021/12/19 01:57:27 riastradh Exp $ */
+/*     $NetBSD: completion.h,v 1.10 2021/12/19 01:57:42 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -48,6 +48,7 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/kernel.h>
 #include <sys/condvar.h>
 #include <sys/mutex.h>
 



Home | Main Index | Thread Index | Old Index