Apply patch: ncpfs-hg-commit-442.patch

This commit is contained in:
Mario Fetka
2026-04-28 20:56:04 +02:00
parent 783da0a9d7
commit a3dffd8dd5
3 changed files with 66 additions and 6 deletions

View File

@@ -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)