Adapt the netisr message handlers to accomodate the available error
authorHiten Pandya <hmp@dragonflybsd.org>
Fri, 2 Apr 2004 12:32:27 +0000 (12:32 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Fri, 2 Apr 2004 12:32:27 +0000 (12:32 +0000)
commitdcf5a23b08ef48afca263a89b078a5050b9827ca
tree84d2d40fd60fe68da1050d1e7a894005d079c8a4
parent8116fb833fd63966edb96802a3f4bd9d3f848b46
Adapt the netisr message handlers to accomodate the available error
handling facility by returning an appropriate error value.

While I am there, move pppintr() to top of file to simplify things.

This commit is a followup to: rev. 1.2 of src/sys/kern/uipc_msg.c
sys/net/ppp/if_ppp.c