diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-12-28 13:12:51 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-12-28 13:12:51 +0000 |
| commit | e1364618da507a4e6bdc52de633788ba4f612ae3 (patch) | |
| tree | 8a4454817dd72cc7dd52446d8457d0e6e0c74e3f /sys/boot/common/interp_forth.c | |
| parent | 62a8c4f09df2e092108c7fc966b7d590adb80dec (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/interp_forth.c')
| -rw-r--r-- | sys/boot/common/interp_forth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c index 251caf1e8f03..a77fb6cda9f4 100644 --- a/sys/boot/common/interp_forth.c +++ b/sys/boot/common/interp_forth.c @@ -64,7 +64,7 @@ static void bf_command(FICL_VM *vm) { char *name, *line, *tail, *cp; - int len; + size_t len; struct bootblk_command **cmdp; bootblk_cmd_t *cmd; int nstrings, i; |
