mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync with i386 - add foot shooting protection for the DDB/KDB thing.
This commit is contained in:
parent
b93b95f67f
commit
9727279886
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/exec.h>
|
||||
#include <sys/cons.h>
|
||||
|
||||
#ifdef DDB
|
||||
#ifndef KDB
|
||||
#error KDB must be enabled in order for DDB to work!
|
||||
#endif
|
||||
#endif
|
||||
#include <ddb/ddb.h>
|
||||
|
||||
#include <net/netisr.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue