1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Allow ixp425 boot2 to compile after r219452

This commit is contained in:
Andrew Thompson 2011-10-04 00:15:40 +00:00
parent a23ffe9673
commit 1ed7864a7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225955

View File

@ -86,7 +86,7 @@ static unsigned dsk_start;
static char cmd[512];
static char kname[1024];
static uint32_t opts;
static int dsk_meta;
static uint8_t dsk_meta;
static int bootslice;
static int bootpart;
static int disk_layout;