Compile-out support for allfreebsd, dedicate, sanitize and bios on

ia64. These commands are PC specific and not supported.
This commit is contained in:
marcel 2003-11-02 08:01:18 +00:00
parent ddedcf0a1f
commit 470ee47978

View File

@ -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:");