CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/21 06:22:26
Modified files:
sys/net : if_gif.c if_gre.c if_pflow.c if_pfsync.c
if_vxlan.c pf.c pipex.c
sys/netinet : igmp.c ip_carp.c ip_divert.c ip_icmp.c
ip_input.c ip_mroute.c ip_output.c ip_var.h
ipsec_output.c raw_ip.c tcp_input.c
tcp_output.c tcp_subr.c udp_usrreq.c
Log message:
ip_output() using varargs always struck me as bizarre, esp since it's only
ever used to pass on uint32 (for ipsec). stop that madness and just pass
the uint32, 0 in all cases but the two that pass the ipsec flowinfo.
ok deraadt reyk guenther