Re: SVN r350713 breaks non-debug kernel builds

2019-08-07 Thread Conrad Meyer
Thanks for the report Michael, and sorry about the breakage. I believe this patch should fix the build, and I am testing it now: --- sys/kern/kern_sysctl.c (revision 350714) +++ sys/kern/kern_sysctl.c (working copy) @@ -55,6 +55,7 @@ #include #include #include +#include

SVN r350713 breaks non-debug kernel builds

2019-08-07 Thread Michael Butler
As follows .. --- kern_sysctl.o --- /usr/src/sys/kern/kern_sysctl.c:1623:19: error: use of undeclared identifier 'kdb_active' if (arg2 == 0 || kdb_active) { ^ 1 error generated. *** [kern_sysctl.o] Error code 1 imb