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 | 61aaa5ec431781deb1ca174bfb5a219f0476cf40 (patch) | |
tree | 39bdfebee123b70ff73da29a46bd758cf8555afe | |
parent | 23017bf3cc16712daff90cb73df1bf9d66c75453 (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).
-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 |