CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/14 10:50:41
Modified files:
sys/net : pfkeyv2_parsemessage.c
sys/netinet : ip_var.h
Log message:
kernels don't build without MROUTING because ip_var.h only sometimes
introduces a forward decl for socket. turns out the affected file doesn't
need ip_var.h, so remove it. then move the decl to the bottom to prevent
the problem from recurring.
bug report by Nick Briggs
ok mpi
