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
F170675870: D40684.id123590.diff
Sat, Sep 5, 11:31 PM
F170662991: D40684.id123607.diff
Sat, Sep 5, 9:36 PM
F170606994: D40684.id133234.diff
Sat, Sep 5, 3:05 PM
F170606928: D40684.id123590.diff
Sat, Sep 5, 3:05 PM
F170606162: D40684.id123607.diff
Sat, Sep 5, 3:00 PM
F170605913: D40684.id.diff
Sat, Sep 5, 2:58 PM
F170596617: D40684.id133234.diff
Sat, Sep 5, 2:00 PM
Unknown Object (File)
Sat, Sep 5, 6:15 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52230
Build 49121: 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
770

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

782

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
770

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.

782

I've reformulated.

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