Apply patch: ncpfs-hg-commit-442.patch
This commit is contained in:
@@ -94,8 +94,8 @@ struct ipx_rip_packet
|
||||
#define IPX_BROADCAST_NODE "\xff\xff\xff\xff\xff\xff"
|
||||
#define IPX_THIS_NODE "\0\0\0\0\0\0"
|
||||
#else
|
||||
#define IPX_BROADCAST_NODE ("\xff\xff\xff\xff\xff\xff")
|
||||
#define IPX_THIS_NODE ("\0\0\0\0\0\0")
|
||||
#define IPX_BROADCAST_NODE ((const u_int8_t*)"\xff\xff\xff\xff\xff\xff")
|
||||
#define IPX_THIS_NODE ((const u_int8_t*)"\0\0\0\0\0\0")
|
||||
#endif
|
||||
#define IPX_THIS_NET (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user