Page MenuHomeFreeBSD

New login_getcapenum(): Allows to read named enum values
ClosedPublic

Authored by olce on Jun 21 2023, 12:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 11:17 PM
Unknown Object (File)
Fri, Apr 26, 7:00 PM
Unknown Object (File)
Fri, Apr 26, 5:35 PM
Unknown Object (File)
Fri, Apr 26, 3:42 PM
Unknown Object (File)
Mar 19 2024, 5:41 AM
Unknown Object (File)
Mar 19 2024, 5:41 AM
Unknown Object (File)
Mar 17 2024, 10:07 AM
Unknown Object (File)
Mar 17 2024, 10:07 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

olce requested review of this revision.Jun 21 2023, 12:38 PM

Fix interpretation of cgetstr()'s return code

Remove erroneous unbreakable spaces.

emaste added a subscriber: emaste.
emaste added inline comments.
lib/libutil/login_cap.c
764

it must be set to one of a list of values, yes?

776

Maybe "exists" rather than "found" or just "String is not listed in 'values'"

olce marked 2 inline comments as done.

Address comments.

lib/libutil/login_cap.c
764

It is expected to, yes. It returns -1 in case the value is a string but not one listed in values.

I've reformulated this sentence.

776

I've reformulated.

This revision is now accepted and ready to land.Jan 26 2024, 2:24 PM