Remove the hack to check if the received pointer has changed in an ifih
authormpi <mpi@openbsd.org>
Tue, 9 Jun 2015 14:57:30 +0000 (14:57 +0000)
committermpi <mpi@openbsd.org>
Tue, 9 Jun 2015 14:57:30 +0000 (14:57 +0000)
commit2f2fa4ea9d51abc2e4f83910a6ccde22c7b3be61
treee13bdb12b9025ac75b32a698c04c63f6ecbef50e
parent8a8777f1d2c5b2285910763e5c0ad51efbf11f18
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'.
sys/net/if.c