diff options
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r-- | lib/libdisk/libdisk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index cbf18e8..3ae62ca 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * -* $Id: libdisk.h,v 1.27 1997/03/19 01:54:04 bde Exp $ +* $Id: libdisk.h,v 1.28 1998/01/20 11:03:15 bde Exp $ * */ @@ -33,7 +33,9 @@ struct disk { u_long bios_sect; u_char *bootmgr; u_char *boot1; +#if defined(__i386__) /* the alpha only has one boot program */ u_char *boot2; +#endif struct chunk *chunks; }; |