diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-01 11:44:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-01 11:44:12 +0000 |
| commit | 5e734d413c220ca32829306281c98cbb2d9ae5e8 (patch) | |
| tree | 2dd9b3588b91ed636c3aeeaa095bfac4274a4ab2 | |
| parent | 8c32a31fd24ce9983d604fe95cbc45db4ad7889d (diff) | |
Notes
| -rw-r--r-- | lib/libdisk/libdisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index bea78ec52387..842bb502f5c1 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -49,7 +49,7 @@ struct disk { size_t bootmgr_size; #endif u_char *boot1; -#if defined(__i386__) /* the alpha only has one boot program */ +#if defined(__i386__) /* the i386 needs extra help... */ u_char *boot2; #endif struct chunk *chunks; |
