diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1390,7 +1390,7 @@ NetReceive(volatile uchar * inpkt, int len)  		puts ("Got IP\n");  #endif  		if (len < IP_HDR_SIZE) { -			debug ("len bad %d < %d\n", len, IP_HDR_SIZE); +			debug ("len bad %d < %ld\n", len, IP_HDR_SIZE);  			return;  		}  		if (len < ntohs(ip->ip_len)) { |