diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
| commit | f1d19042b082d95f07a0027e596ba2405aa8a9a5 (patch) | |
| tree | b856be4db5efb04d68d01039a157119ac8613b9f /sys/netipx/ipx_usrreq.c | |
| parent | f769cca5eb9fed523269d85eefe74037ff7bd1b5 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
| -rw-r--r-- | sys/netipx/ipx_usrreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index 58fb5e24e264..63e140646667 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -33,7 +33,7 @@ * * @(#)ipx_usrreq.c * - * $Id: ipx_usrreq.c,v 1.19 1998/02/09 06:10:25 eivind Exp $ + * $Id: ipx_usrreq.c,v 1.20 1998/08/23 03:07:15 wollman Exp $ */ #include "opt_ipx.h" @@ -314,7 +314,6 @@ ipx_ctloutput(so, sopt) struct socket *so; struct sockopt *sopt; { - register struct mbuf *m; struct ipxpcb *ipxp = sotoipxpcb(so); int mask, error, optval; short soptval; |
