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/param.h for KASSER...



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

description:
sys/param.h for KASSERT etc


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 fcdb2219c151 -r 040597a702a7 sys/external/bsd/common/include/linux/completion.h
--- a/sys/external/bsd/common/include/linux/completion.h        Sun Dec 19 01:57:20 2021 +0000
+++ b/sys/external/bsd/common/include/linux/completion.h        Sun Dec 19 01:57:27 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: completion.h,v 1.8 2021/12/19 00:56:25 riastradh Exp $ */
+/*     $NetBSD: completion.h,v 1.9 2021/12/19 01:57:27 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -47,6 +47,7 @@
 #define _LINUX_COMPLETION_H_
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/condvar.h>
 #include <sys/mutex.h>
 



Home | Main Index | Thread Index | Old Index