diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-21 19:46:02 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-21 19:46:02 +0000 |
| commit | 199ba798b3e4f7008e54555c6d436ece6f24a6d1 (patch) | |
| tree | cebe59f04d0140ab43bdea3d9ddc34fd072b2b7f /sys/boot | |
| parent | b28f46973d14f4836312f9496faf416bb8f34810 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot2/boot2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 38497252450d..4365b4607a87 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -132,7 +132,7 @@ static struct dsk { } dsk; static char cmd[512], cmddup[512]; static char kname[1024]; -static uint16_t opts; +static uint32_t opts; static int comspeed = SIOSPD; static struct bootinfo bootinfo; static uint8_t ioctrl = IO_KEYBOARD; |
