diff --git a/usr.sbin/pmcstat/pmcpl_calltree.c b/usr.sbin/pmcstat/pmcpl_calltree.c --- a/usr.sbin/pmcstat/pmcpl_calltree.c +++ b/usr.sbin/pmcstat/pmcpl_calltree.c @@ -827,7 +827,8 @@ pmcpl_ct_node_printchild(struct pmcpl_ct_node *ct, uintfptr_t paddr, int pline) { - int i, j, line; + int i, j; + u_int line; uintfptr_t addr; struct pmcpl_ct_node *child; char sourcefile[PATH_MAX]; @@ -890,7 +891,8 @@ static void pmcpl_ct_node_printself(struct pmcpl_ct_node *ct) { - int i, j, fline, line; + int i, j; + u_int fline, line; uintfptr_t faddr, addr; char sourcefile[PATH_MAX]; char funcname[PATH_MAX];