diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-20 04:20:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-20 04:20:36 +0000 |
commit | d47d1e910a69cee909dcd6ddcdecf431fb054219 (patch) | |
tree | cac85b2788bad7335692bdecf9596d6f65e5305d | |
parent | da3cab5a8741a3ecf9e5d62255a15182d74bcbf7 (diff) | |
download | anaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.tar.gz anaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.tar.xz anaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.zip |
duh
-rw-r--r-- | loader/loader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c index 5e4df2045..5570cff3f 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2280,7 +2280,7 @@ int main(int argc, char ** argv) { } #endif -#ifdef __ia64__ +#if defined(__ia64__) kdFindIdeList(&kd, 0); kdFindScsiList(&kd, 0); kdFindNetList(&kd, 0); @@ -2288,7 +2288,7 @@ int main(int argc, char ** argv) { kdFindIdeList(&kd, CODE_PCMCIA); kdFindScsiList(&kd, CODE_PCMCIA); kdFindNetList(&kd, CODE_PCMCIA); -#fi +#endif if (!continuing) { if (((access("/proc/bus/pci/devices", X_OK) && |