Loading net/ipx/ipx_route.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ out: return rc; } static int ipxrtr_delete(long net) static int ipxrtr_delete(__u32 net) { struct ipx_route *r, *tmp; int rc; Loading Loading
net/ipx/ipx_route.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ out: return rc; } static int ipxrtr_delete(long net) static int ipxrtr_delete(__u32 net) { struct ipx_route *r, *tmp; int rc; Loading