Use proper C99 types
This commit is contained in:
parent
d242079387
commit
1a834be1ce
@ -52,8 +52,8 @@ struct dn_naddr
|
|||||||
#define IPX_NODE_LEN 6
|
#define IPX_NODE_LEN 6
|
||||||
|
|
||||||
struct ipx_addr {
|
struct ipx_addr {
|
||||||
u_int32_t ipx_net;
|
uint32_t ipx_net;
|
||||||
u_int8_t ipx_node[IPX_NODE_LEN];
|
uint8_t ipx_node[IPX_NODE_LEN];
|
||||||
};
|
};
|
||||||
|
|
||||||
extern __u32 get_addr32(char *name);
|
extern __u32 get_addr32(char *name);
|
||||||
|
Loading…
Reference in New Issue
Block a user