diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-07-19 11:17:57 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-07-19 11:17:57 +0000 |
| commit | be1e68e14ddbb57746fdacfcb0cb6774363633da (patch) | |
| tree | ff3bd05667b74ee2dddbd31e8d83617fafe89acb | |
| parent | d67148e4257744e92d24207754a82acea5b55b37 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/i386/machdep.c | 3 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 96576ee70863..b4aae08ee3b7 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -92,6 +92,9 @@ #include <sys/cons.h> #ifdef DDB +#ifndef KDB +#error KDB must be enabled in order for DDB to work! +#endif #include <ddb/ddb.h> #include <ddb/db_sym.h> #endif diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 96576ee70863..b4aae08ee3b7 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -92,6 +92,9 @@ #include <sys/cons.h> #ifdef DDB +#ifndef KDB +#error KDB must be enabled in order for DDB to work! +#endif #include <ddb/ddb.h> #include <ddb/db_sym.h> #endif |
