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
Unknown Object (File)
Wed, Nov 6, 6:10 PM
Unknown Object (File)
Wed, Oct 23, 10:47 PM
Unknown Object (File)
Wed, Oct 23, 10:47 PM
Unknown Object (File)
Wed, Oct 23, 10:47 PM
Unknown Object (File)
Wed, Oct 23, 10:47 PM
Unknown Object (File)
Wed, Oct 23, 10:32 PM
Unknown Object (File)
Oct 1 2024, 4:59 AM
Unknown Object (File)
Sep 22 2024, 7:04 PM
Subscribers

Diff Detail

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

Event Timeline

lib/libc/posix1e/acl_to_text.c
32–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