aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2013-12-21 13:21:30 +0000
committerMichael Brown <mcb30@ipxe.org>2013-12-21 13:22:53 +0000
commit2200ca0e8f2489a2719c7f58ccca897bd73fbefc (patch)
treed1b27aed400b07b8f1e8125b08f971a8684ab784 /src
parent6ef1f51f10015c3d2893502a3bb45d36bf9747af (diff)
downloadipxe-2200ca0e8f2489a2719c7f58ccca897bd73fbefc.zip
ipxe-2200ca0e8f2489a2719c7f58ccca897bd73fbefc.tar.gz
ipxe-2200ca0e8f2489a2719c7f58ccca897bd73fbefc.tar.bz2
[ipv6] Fix compilation under FreeBSD
Reported-by: Dewey Hylton <dewey@hyltown.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/include/ipxe/ndp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/ndp.h b/src/include/ipxe/ndp.h
index 464dab3..7388f93 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