Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Include missing opt_lockdebug.h.
details: https://anonhg.NetBSD.org/src/rev/6a6b4c284e28
branches: trunk
changeset: 973665:6a6b4c284e28
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 22:32:22 2020 +0000
description:
Include missing opt_lockdebug.h.
diffstat:
sys/sys/lock.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 70dc88606914 -r 6a6b4c284e28 sys/sys/lock.h
--- a/sys/sys/lock.h Mon Jul 06 20:19:14 2020 +0000
+++ b/sys/sys/lock.h Mon Jul 06 22:32:22 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock.h,v 1.89 2020/03/08 15:05:18 ad Exp $ */
+/* $NetBSD: lock.h,v 1.90 2020/07/06 22:32:22 rin Exp $ */
/*-
* Copyright (c) 1999, 2000, 2006, 2007 The NetBSD Foundation, Inc.
@@ -75,6 +75,10 @@
#ifdef _KERNEL
+#ifdef _KERNEL_OPT
+#include "opt_lockdebug.h"
+#endif
+
/*
* From <machine/lock.h>.
*/
Home |
Main Index |
Thread Index |
Old Index