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)
Thu, Aug 20, 9:01 AM
Unknown Object (File)
Mon, Aug 17, 2:18 AM
Unknown Object (File)
Thu, Aug 13, 8:57 PM
Unknown Object (File)
Thu, Aug 13, 7:42 PM
Unknown Object (File)
Thu, Aug 13, 6:26 PM
Unknown Object (File)
Thu, Aug 13, 12:29 PM
Unknown Object (File)
Thu, Aug 13, 1:02 AM
Unknown Object (File)
Thu, Aug 13, 12:27 AM
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