aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>1998-12-15 10:42:43 +0000
committerJakub Jelinek <jakub@redhat.com>1998-12-15 10:42:43 +0000
commit432c72d7693a960656a7996c47d2e69da4adc370 (patch)
treee1fee2172ba6968525e8448380a38312d006abf1 /include
parentFew random typo/documentation fixes. (diff)
downloadnet-tools-432c72d7693a960656a7996c47d2e69da4adc370.tar.gz
net-tools-432c72d7693a960656a7996c47d2e69da4adc370.tar.bz2
net-tools-432c72d7693a960656a7996c47d2e69da4adc370.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/ipx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipx.h b/include/ipx.h
index 1f1e94b..7cfa8cf 100644
--- a/include/ipx.h
+++ b/include/ipx.h
@@ -14,7 +14,7 @@ struct sockaddr_ipx {
short sipx_family;
#endif
unsigned short sipx_port;
- unsigned long sipx_network;
+ unsigned int sipx_network;
unsigned char sipx_node[IPX_NODE_LEN];
unsigned char sipx_type;
unsigned char sipx_zero; /* 16 byte fill */