Page MenuHomeFreeBSD

quot: Make nusers unsigned
ClosedPublic

Authored by des on Oct 20 2025, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 6:52 AM
Unknown Object (File)
Thu, Aug 13, 12:16 PM
Unknown Object (File)
Thu, Aug 13, 12:15 PM
Unknown Object (File)
Thu, Aug 13, 1:03 AM
Unknown Object (File)
Thu, Aug 13, 12:38 AM
Unknown Object (File)
Wed, Aug 12, 3:29 PM
Unknown Object (File)
Mon, Aug 10, 12:28 PM
Unknown Object (File)
Mon, Aug 10, 12:04 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67945
Build 64828: arc lint + arc unit

Event Timeline

des requested review of this revision.Oct 20 2025, 5:55 PM

Thanks for the follow up.

usr.sbin/quot/quot.c
194

This is good but consider if you prefer a more conventional for (usr = users, i = 0; i < nusers; usr++, i++) or similar here. Similar question for other loop counters.

212

I see that there's more of a reason to count backward here.

374

Did you want to give n and this line the same treatment?

This revision is now accepted and ready to land.Oct 20 2025, 7:21 PM
usr.sbin/quot/quot.c
194

See D53130

This revision was automatically updated to reflect the committed changes.