summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-12-20 18:43:04 +0000
committereivind <eivind@FreeBSD.org>1999-12-20 18:43:04 +0000
commit1fa6f9426355cdb31c97173e58f7b00969f7e624 (patch)
treed41b7ea355e9e0fd06f923cfd9e9d969be526086 /sys/netipx
parent46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae (diff)
downloadFreeBSD-src-1fa6f9426355cdb31c97173e58f7b00969f7e624.zip
FreeBSD-src-1fa6f9426355cdb31c97173e58f7b00969f7e624.tar.gz
Lose a register declaration to avoid a warning
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_ip.c2
1 files changed, 1 insertions, 1 deletions
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;
{
OpenPOWER on IntegriCloud