Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-7] src/sys/net/npf



On Sun, 21 May 2017 08:08:34 +0900 (JST), Takahiro Kambe wrote:
> By comparing code with current, one line seems to missing.
> 
> Index: sys/net/npf/npf_inet.c
> ===================================================================
> RCS file: /cvsroot/src/sys/net/npf/npf_inet.c,v
> retrieving revision 1.32.2.1
> diff -u -r1.32.2.1 npf_inet.c
> --- sys/net/npf/npf_inet.c	12 May 2017 05:32:12 -0000	1.32.2.1
> +++ sys/net/npf/npf_inet.c	20 May 2017 23:06:17 -0000
> @@ -51,6 +51,7 @@
>  
>  #include <netinet/in_systm.h>
>  #include <netinet/in.h>
> +#include <netinet6/in6_var.h>
>  #include <netinet/ip.h>
>  #include <netinet/ip6.h>
>  #include <netinet/tcp.h>

Confirmed.

hauke

-- 
Hauke Fath                        <hauke%Espresso.Rhein-Neckar.DE@localhost>
Ernst-Ludwig-Straße 15
64625 Bensheim
Germany


Home | Main Index | Thread Index | Old Index