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)
Mon, Dec 23, 1:51 AM
Unknown Object (File)
Nov 30 2024, 5:56 AM
Unknown Object (File)
Nov 28 2024, 4:55 PM
Unknown Object (File)
Nov 21 2024, 3:07 PM
Unknown Object (File)
Nov 9 2024, 2:25 AM
Unknown Object (File)
Nov 6 2024, 6:10 PM
Unknown Object (File)
Oct 23 2024, 10:47 PM
Unknown Object (File)
Oct 23 2024, 10:47 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