aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-04-11 02:50:15 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-04-11 02:50:15 +0000
commit2ed3e185725563e8d709e3b99749bf11b4aa3c54 (patch)
treebafc165b61fc0b3d851555cff16141ff503d3a7c /sys
parent1025c39862eea09bfdd56b7e37737e5652d9f3e4 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netipx/ipx_outputfl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c
index 794b0df4b737b..e732c33b83ee8 100644
--- a/sys/netipx/ipx_outputfl.c
+++ b/sys/netipx/ipx_outputfl.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_outputfl.c
*
- * $Id: ipx_outputfl.c,v 1.10 1998/02/09 06:10:21 eivind Exp $
+ * $Id: ipx_outputfl.c,v 1.11 1999/02/06 10:48:10 jhay Exp $
*/
#include <sys/param.h>
@@ -164,7 +164,7 @@ ipx_output_type20(m)
struct mbuf *m;
{
register struct ipx *ipx;
- union ipx_net *nbnet = (union ipx_net *)(ipx + 1);
+ union ipx_net *nbnet;
struct ipx_ifaddr *ia, *tia = NULL;
int error = 0;
struct mbuf *m1;