Lose a register declaration to avoid a warning

This commit is contained in:
Eivind Eklund 1999-12-20 18:43:04 +00:00
parent a6b174a83b
commit 1dc60b24f0

View File

@ -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;
{