From 1fa6f9426355cdb31c97173e58f7b00969f7e624 Mon Sep 17 00:00:00 2001 From: eivind Date: Mon, 20 Dec 1999 18:43:04 +0000 Subject: Lose a register declaration to avoid a warning --- sys/netipx/ipx_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index 4f5721f..7abd9da 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -241,7 +241,7 @@ ipxip_input(m, hlen) static int ipxipoutput(ifp, m, dst, rt) struct ifnet *ifp; - register struct mbuf *m; + struct mbuf *m; struct sockaddr *dst; struct rtentry *rt; { -- cgit v1.1