mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-22 05:19:55 +00:00
[ipv6] Fix compilation under FreeBSD
Reported-by: Dewey Hylton <dewey@hyltown.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
6ef1f51f10
commit
2200ca0e8f
@ -24,7 +24,7 @@ struct ndp_option_header {
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
/** NDP option block size */
|
||||
#define NDP_OPTION_BLKSZ 8
|
||||
#define NDP_OPTION_BLKSZ 8U
|
||||
|
||||
/** NDP source link-layer address option */
|
||||
#define NDP_OPT_LL_SOURCE 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user