Re: [PATCH] uapi: stop including linux/sysctl.h in uapi/linux/netfilter.h

2017-02-23 Thread Pablo Neira Ayuso
On Thu, Feb 23, 2017 at 05:49:28AM +0300, Dmitry V. Levin wrote: > linux/netfilter.h is the last uapi header file that includes > linux/sysctl.h but it does not depend on definitions provided > by this essentially dead header file. Applied, thanks.

[PATCH] uapi: stop including linux/sysctl.h in uapi/linux/netfilter.h

2017-02-22 Thread Dmitry V. Levin
linux/netfilter.h is the last uapi header file that includes linux/sysctl.h but it does not depend on definitions provided by this essentially dead header file. Suggested-by: Eric W. Biederman Signed-off-by: Dmitry V. Levin --- include/uapi/linux/netfilter.h | 1 - 1 file changed, 1 deletion(-)