Page MenuHomeFreeBSD

ctld: Use bool in uclparse.c
ClosedPublic

Authored by jhb on Jan 22 2025, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 5, 12:25 AM
Unknown Object (File)
Thu, May 14, 3:44 PM
Unknown Object (File)
Thu, May 14, 2:45 AM
Unknown Object (File)
Wed, May 13, 11:40 PM
Unknown Object (File)
Wed, May 13, 9:20 PM
Unknown Object (File)
Wed, May 13, 5:46 PM
Unknown Object (File)
Mon, May 11, 12:14 PM
Unknown Object (File)
May 4 2026, 12:12 AM
Subscribers

Details

Summary

Previously these functions all returned either 0 or 1, but 0 was
success and 1 was failure. Use a bool where false indicates failure
instead which is more readable.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 22 2025, 8:04 PM

I guess instead of 1 could be expected some error codes, that just never happened.

This revision now requires review to proceed.Jan 23 2025, 7:14 PM
This revision is now accepted and ready to land.Jan 23 2025, 7:15 PM
This revision was automatically updated to reflect the committed changes.