Details
Details
- Reviewers
kib imp trasz - Commits
- rG418b4c2a80a2: acl_to_text: include sys/param.h for MAXLOGNAME
Diff Detail
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. |