mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
9e3daa8dcf
parameter 2 in chmod(2), which is a mode_t (and in turn a __uint_16_t), it's more likely that it should be defined as an unsigned variable. This commit should make newsyslog WARNS=6 clean, but don't bump the knob until I have a universe build. MFC After: 1 month