summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-20 21:21:57 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-20 21:21:57 +0000
commitc371ecc9d11946714c8bf2628e3cb7e9b1be4fac (patch)
treeec580bd9d41fb2eb280caf573c1dae16861092b9 /loader2/cdinstall.c
parentd6a09ad2b5108bc944b06644edfacfb539d2bf0c (diff)
downloadanaconda-c371ecc9d11946714c8bf2628e3cb7e9b1be4fac.tar.gz
anaconda-c371ecc9d11946714c8bf2628e3cb7e9b1be4fac.tar.xz
anaconda-c371ecc9d11946714c8bf2628e3cb7e9b1be4fac.zip
this would work a lot better. oops
Diffstat (limited to 'loader2/cdinstall.c')
-rw-r--r--loader2/cdinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c
index 53563c5ec..50ab1c5a7 100644
--- a/loader2/cdinstall.c
+++ b/loader2/cdinstall.c
@@ -49,7 +49,7 @@ static int getISOStatusFromFD(int isofd, char *mediasum);
/* ejects the CD device the device node /tmp/cdrom points at */
void ejectCdrom(void) {
-#if defined(__s390__) && defined(__s390x__)
+#if defined(__s390__) || defined(__s390x__)
return;
#else
int ejectfd;