Stats counters are used as unsigned valued (i.e. printf("%u")) but are
defined as signed int. This causes trouble later, so fix it early.
Details
Details
- Reviewers
- None
- Group Reviewers
network - Commits
- rGe3c21cc51bec: libalias: Stats are unsigned
rG69965155a5c2: libalias: Stats are unsigned
rG3fd20a79e7b5: libalias: Stats are unsigned
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable