]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/bootp.h
jffs2_1pass.c: fix incompatible pointer type warning
[people/ms/u-boot.git] / net / bootp.h
index ba9826e914cb9aaf2bcb2e14103e846ac9b94690..320cc3bd3025f12897b91b3016d57321d2378998 100644 (file)
@@ -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 */
 
 /**********************************************************************/