commit | 079c2c4fa71c0d1ebef394508df9088df8a308d3 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sat Nov 17 11:31:10 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 18 01:29:38 2007 +0100 |
tree | f1d9999650c94b9bdeec8843383b3b49f7cd7a29 | |
parent | 0b20335015945cc9aedf27356e51aa3a0b0cdc48 [diff] [blame] |
Fix warning differ in signedness in net/net.c and net/nfs.c
diff --git a/net/bootp.h b/net/bootp.h index ba9826e..320cc3b 100644 --- a/net/bootp.h +++ b/net/bootp.h
@@ -88,7 +88,7 @@ #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 */ /**********************************************************************/