CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/23 17:29:06
Modified files:
sys/net : if_bridge.h if_pfsync.c if_pfsync.h if_vxlan.c
pf.c pf_ioctl.c pf_norm.c pfkeyv2_convert.c
pfvar.h
sys/netinet : in_pcb.c ip_divert.c ip_ipsp.c ipsec_input.c
ipsec_output.c raw_ip.c
sys/netinet6 : in6.c in6_gif.c ip6_divert.c raw_ip6.c
Log message:
Userland (base & ports) was adapted to always include <netinet/in.h>
before <net/pfvar.h> or <net/if_pflog.h>. The kernel files can be
cleaned up next. Some sockaddr_union steps make it into here as well.
ok naddy