diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2003-07-12 17:56:50 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2003-07-12 17:56:50 +0000 |
| commit | 19ff45acc709b9f834d3e0507e4cd5b7a74eab4b (patch) | |
| tree | 09c63d9e1d45252a695f48457b1d3918e9ebfa79 | |
| parent | 81ada60e7e36376aeaf43e861279eabb1d5cc4f6 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/usbd/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c index b48e1af66ce2..e7ae4dad2306 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 */ |
