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
F83944745: D44474.diff
Fri, May 17, 5:01 AM
Unknown Object (File)
Wed, May 15, 7:10 PM
Unknown Object (File)
Fri, May 10, 10:53 AM
Unknown Object (File)
Sun, May 5, 9:41 PM
Unknown Object (File)
Sat, May 4, 1:23 PM
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
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