sipx_network is defined __u32 in the kernel, so it should not be
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Dec 1998 10:42:43 +0000 (10:42 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Dec 1998 10:42:43 +0000 (10:42 +0000)
unsigned long in userland.
Also, update version number in the spec file.

RPM/net-tools.spec
include/ipx.h

index b3da28a..44c814a 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Basic Networking Tools
 Name: net-tools
-Version: 1.48
+Version: 1.49
 Release: 1
 Copyright: GPL
 Group: Networking/Admin
index 1f1e94b..7cfa8cf 100644 (file)
@@ -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 */