From 079c2c4fa71c0d1ebef394508df9088df8a308d3 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 17 Nov 2007 11:31:10 +0100 Subject: Fix warning differ in signedness in net/net.c and net/nfs.c --- net/bootp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/bootp.h') 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 */ /**********************************************************************/ -- cgit v1.2.1