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)
Sun, Apr 28, 5:11 PM
Unknown Object (File)
Fri, Apr 26, 4:27 AM
Unknown Object (File)
Thu, Apr 25, 2:56 PM
Unknown Object (File)
Mon, Apr 15, 9:01 PM
Unknown Object (File)
Sun, Apr 7, 9:33 PM
Unknown Object (File)
Mar 25 2024, 7:20 PM
Unknown Object (File)
Mar 22 2024, 9:08 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.Fri, Apr 12, 11:33 PM