Page MenuHomeFreeBSD

acl_to_text: include sys/param.h for MAXLOGNAME
ClosedPublic

Authored by brooks on Mar 22 2024, 8:26 PM.
Tags
None
Referenced Files
F172890964: D44474.id136103.diff
Mon, Sep 21, 9:30 PM
F172890815: D44474.id136966.diff
Mon, Sep 21, 9:29 PM
F172890594: D44474.id137070.diff
Mon, Sep 21, 9:27 PM
F172872247: D44474.diff
Mon, Sep 21, 6:12 PM
Unknown Object (File)
Sat, Sep 12, 9:45 AM
Unknown Object (File)
Thu, Sep 10, 6:58 PM
Unknown Object (File)
Thu, Sep 10, 11:01 AM
Unknown Object (File)
Tue, Sep 8, 3:17 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56745
Build 53633: arc lint + arc unit

Event Timeline

lib/libc/posix1e/acl_to_text.c
33

Since sys/param.h includes so many other stuff which might better be namespaced, I suggest to add namespace.h before its inclusion.

This revision is now accepted and ready to land.Apr 12 2024, 11:33 PM