Lose a register declaration to avoid a warning

This commit is contained in:
eivind 1999-12-20 18:43:04 +00:00
parent 46fa0fc35e
commit 1fa6f94263

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