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)
Mon, May 13, 1:17 PM
Unknown Object (File)
Mon, May 13, 1:17 PM
Unknown Object (File)
Mon, May 13, 1:13 PM
Unknown Object (File)
Mon, May 13, 1:13 PM
Unknown Object (File)
Mon, May 13, 1:13 PM
Unknown Object (File)
Mon, May 13, 1:13 PM
Unknown Object (File)
Mon, May 13, 12:55 PM
Unknown Object (File)
Sat, May 11, 6:49 AM
Subscribers

Diff Detail

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

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