lockstat: Use the correct type for a symbol size

No functional change intended.

MFC after:	1 week

(cherry picked from commit f4f5e69c84)
This commit is contained in:
Mark Johnston 2023-02-24 20:11:08 -05:00
parent c079c0ee94
commit 04e14db224

View file

@ -632,7 +632,7 @@ predicate_destroy(char **pred)
}
static void
filter_add(char **filt, char *what, uintptr_t base, uintptr_t size)
filter_add(char **filt, char *what, uintptr_t base, size_t size)
{
char buf[256], *c = buf, *new;
int len, newlen;