From 35ea9462db142208332ba6fe901b5e866a0f0c2f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 29 Jan 1999 11:39:24 +0000 Subject: More support for Alpha installs. Submitted by: dfr --- lib/libdisk/tst01.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libdisk/tst01.c') diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index f1fb5ebbd28a..280106ade788 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)); -- cgit v1.2.3