diff --git a/lib/libc/gen/devname.c b/lib/libc/gen/devname.c index f7532b11d4b1..c78ae2bdf008 100644 --- a/lib/libc/gen/devname.c +++ b/lib/libc/gen/devname.c @@ -87,7 +87,8 @@ devname(dev, type) mode_t type; { static char buf[SPECNAMELEN + 1]; - int i, j; + int i; + size_t j; char *r; /* First check the DB file. */