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
F167878157: D44474.diff
Tue, Aug 25, 5:04 AM
Unknown Object (File)
Mon, Aug 24, 4:13 AM
Unknown Object (File)
Sat, Aug 22, 11:24 PM
Unknown Object (File)
Sat, Aug 22, 3:57 AM
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
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.Apr 12 2024, 11:33 PM