1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Fix warning differ in signedness in net/net.c and net/nfs.c

This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2007-11-17 11:31:10 +01:00
committed by Wolfgang Denk
parent 0b20335015
commit 079c2c4fa7
6 changed files with 9 additions and 9 deletions

View 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 */
/**********************************************************************/