]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix !DDB kernel configurations after r350713
authorcem <cem@FreeBSD.org>
Thu, 8 Aug 2019 01:37:41 +0000 (01:37 +0000)
committercem <cem@FreeBSD.org>
Thu, 8 Aug 2019 01:37:41 +0000 (01:37 +0000)
commit69fcf747ef9f9dea5aa9b60cff485771792c35cb
tree6cc9a6844a3b6215675fa32cf70eeeb4261bb7d4
parent0990bc3053bdd4516b2b495c35467c8b0ae89d41
Fix !DDB kernel configurations after r350713

KDB is standard and the kdb_active variable is always available.  So,
de-conditionalize inclusion of sys/kdb.h in kern_sysctl.c.

Reported by: Michael Butler <imb AT protected-networks.net>
X-MFC-With: r350713
Sponsored by: Dell EMC Isilon
sys/kern/kern_sysctl.c