From 86ca65a820766e87817a9045143e3d1b7ad3c917 Mon Sep 17 00:00:00 2001 From: laroche Date: Fri, 20 Jul 2001 08:15:58 +0000 Subject: remove some bloat for non-s390 machines --- isys/probe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isys/probe.c') 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 */ /* based upon code by Erik Tews */ @@ -439,6 +440,7 @@ int kdFindDasdList(struct knownDevices * devices, int code) { sortDevices); return 0; } +#endif struct knownDevices kdInit(void) { struct knownDevices kd; -- cgit