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
F132425031: D44474.id136966.diff
Thu, Oct 16, 8:05 PM
Unknown Object (File)
Wed, Oct 15, 11:38 PM
Unknown Object (File)
Wed, Oct 15, 11:18 PM
Unknown Object (File)
Wed, Oct 15, 11:18 PM
Unknown Object (File)
Wed, Oct 15, 11:18 PM
Unknown Object (File)
Wed, Oct 15, 11:18 PM
Unknown Object (File)
Wed, Oct 15, 12:53 PM
Unknown Object (File)
Wed, Oct 1, 1:24 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