From c0c0907820f6cbb2f8c7888cd4b6e3590b803f8c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 2 Nov 2003 08:01:18 +0000 Subject: [PATCH] Compile-out support for allfreebsd, dedicate, sanitize and bios on ia64. These commands are PC specific and not supported. --- lib/libdisk/tst01.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index b2606350f0eb..7bb757959971 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -191,6 +191,7 @@ main(int argc, char **argv) (struct chunk *)strtol(cmds[1], 0, 0))); continue; } +#ifndef __ia64__ if (!strcasecmp(*cmds, "allfreebsd")) { All_FreeBSD(d, 0); continue; @@ -209,6 +210,7 @@ main(int argc, char **argv) strtol(cmds[3], 0, 0)); continue; } +#endif if (!strcasecmp(*cmds, "list")) { cp = Disk_Names(); printf("Disks:");