CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/09 08:57:30
Modified files:
sys/net : if.c
Log message:
Remove the hack to check if the received pointer has changed in an ifih
now that all drivers and pseudo-drivers are using if_input().
if_input() is reentrant and is now the only place where we set `rcvif'.
