X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fipx.h;h=4cc0b4eca948b471159b29f1f6f7459d8989bd17;hb=53a7a1bb438245cd2ef9674b9af3a5201d7d7657;hp=c6b2ee610866bff73e779cc0e772e83dbd1b741c;hpb=bdbf77d6707a52bdeff223d0a60df12d086d21d7;p=linux-2.6 diff --git a/include/net/ipx.h b/include/net/ipx.h index c6b2ee6108..4cc0b4eca9 100644 --- a/include/net/ipx.h +++ b/include/net/ipx.h @@ -43,7 +43,7 @@ struct ipxhdr { static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) { - return (struct ipxhdr *)skb->h.raw; + return (struct ipxhdr *)skb_transport_header(skb); } struct ipx_interface {