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)
Wed, May 29, 9:34 PM
Unknown Object (File)
Mon, May 27, 2:09 AM
Unknown Object (File)
May 19 2024, 5:58 AM
Unknown Object (File)
May 19 2024, 5:58 AM
Unknown Object (File)
May 19 2024, 5:58 AM
Unknown Object (File)
May 17 2024, 5:01 AM
Unknown Object (File)
May 15 2024, 7:10 PM
Unknown Object (File)
May 10 2024, 10:53 AM
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