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).
Tags None Referenced Files None Subscribers None
Description libc: do not include <sys/types.h> where <sys/param.h> was already included According to style(9):
(<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
Details
|