mirror of https://github.com/ipxe/ipxe.git
[ipv6] Fix compilation under FreeBSD
Reported-by: Dewey Hylton <dewey@hyltown.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/18/head
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…
Reference in New Issue