summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-20 04:20:36 +0000
committerBill Nottingham <notting@redhat.com>2000-06-20 04:20:36 +0000
commitd47d1e910a69cee909dcd6ddcdecf431fb054219 (patch)
treecac85b2788bad7335692bdecf9596d6f65e5305d
parentda3cab5a8741a3ecf9e5d62255a15182d74bcbf7 (diff)
downloadanaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.tar.gz
anaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.tar.xz
anaconda-d47d1e910a69cee909dcd6ddcdecf431fb054219.zip
duh
-rw-r--r--loader/loader.c4
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) &&