Explorar el Código

[ipv6] Fix compilation under FreeBSD

Reported-by: Dewey Hylton <dewey@hyltown.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 10 años
padre
commit
2200ca0e8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/ipxe/ndp.h

+ 1
- 1
src/include/ipxe/ndp.h Ver fichero

@@ -24,7 +24,7 @@ struct ndp_option_header {
24 24
 } __attribute__ (( packed ));
25 25
 
26 26
 /** NDP option block size */
27
-#define NDP_OPTION_BLKSZ 8
27
+#define NDP_OPTION_BLKSZ 8U
28 28
 
29 29
 /** NDP source link-layer address option */
30 30
 #define NDP_OPT_LL_SOURCE 1

Loading…
Cancelar
Guardar