Commit 432c72d7 authored by Jakub Jelinek's avatar Jakub Jelinek

sipx_network is defined __u32 in the kernel, so it should not be

unsigned long in userland.
Also, update version number in the spec file.
parent 49241d20
Summary: Basic Networking Tools Summary: Basic Networking Tools
Name: net-tools Name: net-tools
Version: 1.48 Version: 1.49
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Admin Group: Networking/Admin
......
...@@ -14,7 +14,7 @@ struct sockaddr_ipx { ...@@ -14,7 +14,7 @@ struct sockaddr_ipx {
short sipx_family; short sipx_family;
#endif #endif
unsigned short sipx_port; unsigned short sipx_port;
unsigned long sipx_network; unsigned int sipx_network;
unsigned char sipx_node[IPX_NODE_LEN]; unsigned char sipx_node[IPX_NODE_LEN];
unsigned char sipx_type; unsigned char sipx_type;
unsigned char sipx_zero; /* 16 byte fill */ unsigned char sipx_zero; /* 16 byte fill */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment