`libjail/jail.c' includes both <sys/param.h> and <sys/types.h>

Latter is undesired when including <sys/param.h> according to style(9)

Submitted by:	Faraz Vahedi
Reviewed by:	cem
Differential Revision:	https://reviews.freebsd.org/D20637
This commit is contained in:
Devin Teske 2019-06-22 15:39:34 +00:00
parent a6d2a24c3e
commit 6ab631e856
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349289

View File

@ -30,7 +30,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/jail.h>
#include <sys/linker.h>
#include <sys/socket.h>