mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Respect style(9), one must not include both <sys/types.h> and
<sys/param.h> (the latter includes the former). Submitted by: bde
This commit is contained in:
parent
30fcf11451
commit
ed873335b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74652
@ -33,7 +33,6 @@ static const char rcsid[] =
|
|||||||
"$FreeBSD$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user