summaryrefslogtreecommitdiffstats
path: root/isys/probe.c
diff options
context:
space:
mode:
authorlaroche <laroche>2001-07-20 08:15:58 +0000
committerlaroche <laroche>2001-07-20 08:15:58 +0000
commit86ca65a820766e87817a9045143e3d1b7ad3c917 (patch)
tree0831835438448c188fa667d47a183a7ee5997b04 /isys/probe.c
parent28a046bd21960576b3c1628b75e6f19a4e039046 (diff)
downloadanaconda-86ca65a820766e87817a9045143e3d1b7ad3c917.tar.gz
anaconda-86ca65a820766e87817a9045143e3d1b7ad3c917.tar.xz
anaconda-86ca65a820766e87817a9045143e3d1b7ad3c917.zip
remove some bloat for non-s390 machines
Diffstat (limited to 'isys/probe.c')
-rw-r--r--isys/probe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/probe.c b/isys/probe.c
index 149a73a3b..39438a1e8 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -403,6 +403,7 @@ bye:
return val;
}
+#if defined (__s390__) || defined (__s390x__)
int kdFindDasdList(struct knownDevices * devices, int code) {
/* patch for s390 by Oliver Paukstadt <oliver.paukstadt@millenux.com> */
/* based upon code by Erik Tews <erik.tews@gmx.net> */
@@ -439,6 +440,7 @@ int kdFindDasdList(struct knownDevices * devices, int code) {
sortDevices);
return 0;
}
+#endif
struct knownDevices kdInit(void) {
struct knownDevices kd;