diff options
author | marcel <marcel@FreeBSD.org> | 2003-11-02 08:01:18 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-11-02 08:01:18 +0000 |
commit | 470ee47978c10c36963087cd41a296e7e4e48704 (patch) | |
tree | 75496091cbd400c135176297c495a87798af92c9 /lib/libdisk/tst01.c | |
parent | ddedcf0a1f5f10af5e7c4d7d6a2cd08d8a587585 (diff) | |
download | FreeBSD-src-470ee47978c10c36963087cd41a296e7e4e48704.zip FreeBSD-src-470ee47978c10c36963087cd41a296e7e4e48704.tar.gz |
Compile-out support for allfreebsd, dedicate, sanitize and bios on
ia64. These commands are PC specific and not supported.
Diffstat (limited to 'lib/libdisk/tst01.c')
-rw-r--r-- | lib/libdisk/tst01.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index b260635..7bb7579 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:"); |