diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-29 11:39:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-29 11:39:24 +0000 |
| commit | 35ea9462db142208332ba6fe901b5e866a0f0c2f (patch) | |
| tree | 6497214890e3a43e8275cb031b24815b74d0363f /lib/libdisk/tst01.c | |
| parent | 50895b891593f6eac8b26057d141c952b36cb963 (diff) | |
Notes
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 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)); |
