X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Fbootp.h;h=320cc3bd3025f12897b91b3016d57321d2378998;hb=10a3367955bc2033b288915f8f10d0e507fe2fa1;hp=ba9826e914cb9aaf2bcb2e14103e846ac9b94690;hpb=b23b547597ff2375ad13a9ab04e5257a3ad76c99;p=u-boot diff --git a/net/bootp.h b/net/bootp.h index ba9826e914..320cc3bd30 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -88,7 +88,7 @@ typedef enum { INIT, #define DHCP_NAK 6 #define DHCP_RELEASE 7 -#define SELECT_TIMEOUT 3 /* Seconds to wait for offers */ +#define SELECT_TIMEOUT 3UL /* Seconds to wait for offers */ /**********************************************************************/