CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/09 02:07:01
Modified files:
sys/net : if.c if.h
Log message:
The cmd argument of ifconf() has been unused since COMPAT_LINUX was
purged. Remove it and move the prototype to if.c since ifconf() is
not used outside of this file.
ok mpi
