patch-2.1.26 linux/net/ipx/af_ipx.c
Next file: linux/net/lapb/lapb_iface.c
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 7 15:54:55 1997
- Orig file:
v2.1.25/linux/net/ipx/af_ipx.c
- Orig date:
Sun Feb 2 15:46:22 1997
diff -u --recursive --new-file v2.1.25/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -2103,7 +2103,7 @@
ipx_interface *intrfc;
struct ipxhdr *ipx;
- skb->h.raw = (void *)ipx = skb->nh.ipxh;
+ ipx = skb->nh.ipxh;
/* Too small? */
if(ntohs(ipx->ipx_pktsize)<sizeof(struct ipxhdr)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov