CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/23 12:47:04
Modified files:
sys/net : route.h
Log message:
Move srtdnstosa() static inline function under #ifdef _KERNEL. This way
3rd party software stuck with c90 will still compile. Quick fix since
RTM_PROPOSAL will most porbably change later on.
Reported by naddy and aja
