diff options
author | jkh <jkh@FreeBSD.org> | 1999-01-29 11:39:24 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-01-29 11:39:24 +0000 |
commit | 4468350ab5fb6237575234729953ae5eee073e36 (patch) | |
tree | 7b87f6c8596847408c5349936b4523762b22a35a /lib/libdisk/tst01.c | |
parent | d5f0625dc51c4fe1f64677e63d3fc482992a9c25 (diff) | |
download | FreeBSD-src-4468350ab5fb6237575234729953ae5eee073e36.zip FreeBSD-src-4468350ab5fb6237575234729953ae5eee073e36.tar.gz |
More support for Alpha installs.
Submitted by: dfr
Diffstat (limited to 'lib/libdisk/tst01.c')
-rw-r--r-- | lib/libdisk/tst01.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index f1fb5eb..280106a 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: tst01.c,v 1.21 1997/02/22 15:06:39 peter Exp $ * */ @@ -252,10 +252,12 @@ main(int argc, char **argv) Set_Boot_Mgr(d,mbr); continue; } +#ifndef __alpha__ /* don't think this compiles on i386 either */ if (!strcasecmp(*cmds,"boot")) { Set_Boot_Blocks(d,boot1,boot2); continue; } +#endif if (!strcasecmp(*cmds,"write")) { printf("Write=%d\n", Write_Disk(d)); |