CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/05 05:52:11
Modified files:
sys/net : route.h
sys/netinet : in.h
Log message:
Move route_cache() declaration from net/route.h to netinet/in.h.
This prevents gcc3's 'parameter has incomplete type' warning that
causes kernel build failure.
Suggested by claudio@, ok bluhm@
