diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2000-09-29 18:08:40 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2000-09-29 18:08:40 +0000 |
commit | e30192cd1a50f259c115cb2c65b52c8629f31f2d (patch) | |
tree | 0dcefe69fe9d9e59e519a5fc2c0185de3324a2d2 /i386/i386at | |
parent | f0cc8c5b722a8c06737184fa98a7bfe88e143bf2 (diff) |
2000-09-29 Marcus Brinkmann <marcus@gnu.org>
* i386/i386at/conf.c (dev_name_list): Don't use MACh_COM to check
if com support is enabled, but NCOM, as it used to be.
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index 7bca47b..1fc0dfa 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -331,7 +331,7 @@ struct dev_ops dev_name_list[] = #endif #endif /* ! LINUX_DEV */ -#ifdef MACH_COM +#if NCOM > 0 { comname, comopen, comclose, comread, comwrite, comgetstat, comsetstat, nomap, nodev, nulldev, comportdeath, 0, |