diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-20 18:43:04 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-20 18:43:04 +0000 |
| commit | 1dc60b24f0f7dc40afbcd4ccf652d302bd0030f0 (patch) | |
| tree | f91b2464049b2d82e1f545b1ad33637c0cc3c672 | |
| parent | a6b174a83bdc439bf737da3aa370b2e335688541 (diff) | |
Notes
| -rw-r--r-- | sys/netipx/ipx_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index 4f5721f00fef..7abd9da50fbc 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; { |
