On Thu, Dec 13, 2018 at 8:33 PM YueHaibing wrote:
> On 2018/12/14 7:42, Paul Moore wrote:
> > On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote:
> >> Remove duplicated include.
> >>
> >> Signed-off-by: YueHaibing
> >> ---
> >> kernel/audit.c | 1 -
> >> 1 file changed, 1 deletion(-)
> >>
> >> dif
On 2018/12/14 7:42, Paul Moore wrote:
> On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote:
>> Remove duplicated include.
>>
>> Signed-off-by: YueHaibing
>> ---
>> kernel/audit.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/kernel/audit.c b/kernel/audit.c
>> index a0a4544..632d360 100
On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote:
> Remove duplicated include.
>
> Signed-off-by: YueHaibing
> ---
> kernel/audit.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/kernel/audit.c b/kernel/audit.c
> index a0a4544..632d360 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
age-
> From: Eric Paris [mailto:epa...@redhat.com]
> Sent: 2013年4月11日 1:26
> To: Wei Yongjun
> Cc: v...@zeniv.linux.org.uk; Yongjun Wei (RD-CN);
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH -next] audit: remove duplicated include from audit.c
>
> net/netlink.h
not included by this
file.
-Original Message-
From: Eric Paris [mailto:epa...@redhat.com]
Sent: 2013年4月11日 1:26
To: Wei Yongjun
Cc: v...@zeniv.linux.org.uk; Yongjun Wei (RD-CN); linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] audit: remove duplicated include from audit.c
net
net/netlink.h includes linux/netlink.h but linux/netlink.h does not include
net/netlink.h
since the audit code uses the nlmsg_* functions provided in net/netlink.h it
seems we need this include.
since the audit code uses netlink_unicast provided in linux/netlink.h it seems
we need that include
6 matches
Mail list logo