HomeFreeBSD

libc: do not include <sys/types.h> where <sys/param.h> was already included

Description

libc: do not include <sys/types.h> where <sys/param.h> was already included

According to style(9):

normally, include <sys/types.h> OR <sys/param.h>, but not both.

(<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).

Details

Provenance
avosAuthored on
Parents
rS298225: Update dirdeps.mk et al
Branches
Unknown
Tags
Unknown