From: Michael Brown Date: Sat, 21 Dec 2013 13:21:30 +0000 (+0000) Subject: [ipv6] Fix compilation under FreeBSD X-Git-Tag: v1.20.1~1307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2200ca0e8f2489a2719c7f58ccca897bd73fbefc;p=thirdparty%2Fipxe.git [ipv6] Fix compilation under FreeBSD Reported-by: Dewey Hylton Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/ndp.h b/src/include/ipxe/ndp.h index 464dab333..7388f938e 100644 --- a/src/include/ipxe/ndp.h +++ b/src/include/ipxe/ndp.h @@ -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