diff options
| author | Thomas Bushnell <thomas@gnu.org> | 1997-05-12 15:29:19 +0000 |
|---|---|---|
| committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-12 15:29:19 +0000 |
| commit | 40f8e008495590cc23796f4ef6cba1a9188db2b9 (patch) | |
| tree | 461984f9af90c78a75be9108e3e0a53118eb058b /bogus | |
| parent | 6ef4e4d15bdf7f7ab4b6f60cf4a678a99acea263 (diff) | |
Mon May 12 11:25:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* bogus/mach_kdb.h: Make sure MACH_KDB is always defined, to zero
if necessary. Bug report from Marcus Daniels
(marcus@cathcart.sysc.pdx.edu).
Diffstat (limited to 'bogus')
| -rw-r--r-- | bogus/mach_kdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h index e69de29..51d16aa 100644 --- a/bogus/mach_kdb.h +++ b/bogus/mach_kdb.h @@ -0,0 +1,3 @@ +#ifndef MACH_KDB +#define MACH_KDB 0 +#endif |
