summaryrefslogtreecommitdiff
path: root/sys/boot/common/interp_forth.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-03 09:14:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-03 09:14:02 +0000
commit4ae4202e705cf6a12aa3cbb49efb153879a6bc2f (patch)
tree67c0b1dff340675f1a80c19428709b7ccb468dad /sys/boot/common/interp_forth.c
parentc2fa9f3e891155b6bbcbbe9c92d86f697d4c499b (diff)
Notes
Diffstat (limited to 'sys/boot/common/interp_forth.c')
-rw-r--r--sys/boot/common/interp_forth.c2
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;