summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_ip.c')
-rw-r--r--sys/netipx/ipx_ip.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index 6531d95..b4da789 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)ipx_ip.c
+ * @(#)$Id$
*/
/*
@@ -226,12 +226,13 @@ bad:
/* ARGSUSED */
int
-ipxipoutput(ifn, m, dst)
- struct ifnet_en *ifn;
+ipxipoutput(ifn_en, m, dst, rt)
+ struct ifnet *ifn_en;
register struct mbuf *m;
struct sockaddr *dst;
+ struct rtentry *rt;
{
-
+ register struct ifnet_en *ifn = (struct ifnet_en *)ifn_en;
register struct ip *ip;
register struct route *ro = &(ifn->ifen_route);
register int len = 0;
OpenPOWER on IntegriCloud