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)
Wed, Aug 12, 12:05 AM
Unknown Object (File)
Tue, Aug 11, 8:13 PM
Unknown Object (File)
Sat, Aug 8, 5:25 PM
Unknown Object (File)
Sat, Aug 8, 2:29 PM
Unknown Object (File)
Sat, Aug 8, 1:59 PM
Unknown Object (File)
Sat, Aug 8, 1:57 PM
Unknown Object (File)
Sat, Aug 8, 10:05 AM
Unknown Object (File)
Thu, Aug 6, 5:31 PM
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