CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/23 08:43:14
Modified files:
sys/netinet : ip_divert.c ip_divert.h
sys/netinet6 : ip6_divert.c ip6_divert.h
Log message:
No need for vargs here.
While there move declaration of divert{,6}_output() to .c as it's a
private function. Also switch first two args to make it more like
similar functions (both suggested by mpi@).
Input/OK mpi@, OK lteo@
