diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c index b48e1af66ce..e7ae4dad230 100644 --- a/usr.sbin/usbd/usbd.c +++ b/usr.sbin/usbd/usbd.c @@ -426,7 +426,7 @@ read_configuration(void) char *field; /* first part, the field name */ char *args; /* second part, arguments */ char *trail; /* remaining part after parsing, should be '' */ - int len; /* length of current line */ + size_t len; /* length of current line */ int i,j; /* loop counters */ action_t *action = NULL; /* current action */