Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/lwp.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/lwp.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.216 retrieving revision 1.217 diff -u -p -r1.216 -r1.217 --- src/sys/sys/lwp.h 2022/05/07 19:44:40 1.216 +++ src/sys/sys/lwp.h 2022/07/23 19:15:29 1.217 @@ -1,4 +1,4 @@ -/* $NetBSD: lwp.h,v 1.216 2022/05/07 19:44:40 mrg Exp $ */ +/* $NetBSD: lwp.h,v 1.217 2022/07/23 19:15:29 mrg Exp $ */ /* * Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010, 2019, 2020 @@ -57,6 +57,7 @@ static __inline struct cpu_info *lwp_get #ifdef _KERNEL_OPT #include "opt_kcov.h" #include "opt_kmsan.h" +#include "opt_maxlwp.h" #endif #endif