diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-14 19:09:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-14 19:09:37 +0000 |
| commit | c17664597675739b1e9ab7c5f43bc5164282acc1 (patch) | |
| tree | 776ea1a9ce84bdaa29f7095d27d8468111242c9a /sys/boot | |
| parent | b74163dfc54ad22fb8088e4bbf68042271e841fb (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot2/boot2.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/gptboot/gptboot.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index dbc008cdd254..3d2fafef797e 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -206,7 +206,7 @@ putc(int c) int main(void) { - int autoboot, i; + int autoboot; ino_t ino; dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base); diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index dbc008cdd254..3d2fafef797e 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -206,7 +206,7 @@ putc(int c) int main(void) { - int autoboot, i; + int autoboot; ino_t ino; dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base); |
