Compile-out support for allfreebsd, dedicate, sanitize and bios on
ia64. These commands are PC specific and not supported.
This commit is contained in:
parent
ddedcf0a1f
commit
470ee47978
@ -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:");
|
||||
|
Loading…
Reference in New Issue
Block a user