summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-12-19 01:55:37 +0000
committergreen <green@FreeBSD.org>1999-12-19 01:55:37 +0000
commit99a0254a52c686a564d742d546a4d41be85e07b3 (patch)
treeab7557ed3b90f76b30c22c586f0a34eb02746ce4 /sys/netipx/ipx_usrreq.c
parent2de76d5ad3b32aa38eccccd666224ab17c58ff72 (diff)
downloadFreeBSD-src-99a0254a52c686a564d742d546a4d41be85e07b3.zip
FreeBSD-src-99a0254a52c686a564d742d546a4d41be85e07b3.tar.gz
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index b18b1fb..e674262 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -192,11 +192,11 @@ ipx_output(ipxp, m0)
struct ipxpcb *ipxp;
struct mbuf *m0;
{
- register struct mbuf *m;
register struct ipx *ipx;
register struct socket *so;
register int len = 0;
register struct route *ro;
+ struct mbuf *m;
struct mbuf *mprev = NULL;
/*
OpenPOWER on IntegriCloud