commit | 53d42f541278b6c97724465b19bae4730d7a85c8 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue May 16 15:07:28 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 16 15:07:28 2006 -0700 |
tree | cf974cb6debb01c7b54d53b0106a001941460a22 | |
parent | 338f7566e5c26a9547e25d54863ae4e4e5c856d1 [diff] |
[IPX]: Correct argument type of ipxrtr_delete(). A single caller passes __u32. Inside function "net" is compared with __u32 (__be32 really, just wasn't annotated). Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>