Lose a register declaration to avoid a warning
This commit is contained in:
parent
46fa0fc35e
commit
1fa6f94263
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user