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 | |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | i386/i386at/conf.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +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. + 2000-09-24 OKUJI Yoshinori <okuji@gnu.org> * linux/dev/glue/block.c: Reverted the changes at 2000-08-17. 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, |