Skip to content

Commit

Permalink
[ipv6] Fix compilation under FreeBSD
Browse files Browse the repository at this point in the history
Reported-by: Dewey Hylton <dewey@hyltown.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 21, 2013
1 parent 6ef1f51 commit 2200ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ipxe/ndp.h
Expand Up @@ -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
Expand Down

0 comments on commit 2200ca0

Please sign in to comment.