Hardware address bytes made unsigned char instead of char, consistent with other sources.

This commit is contained in:
likewise 2002-11-11 15:35:18 +00:00
parent 10bf9ef2ef
commit 8cdeaa5148

View File

@ -48,7 +48,7 @@ struct netif {
struct ip_addr ip_addr;
struct ip_addr netmask; /* netmask in network byte order */
struct ip_addr gw;
char hwaddr[6];
unsigned char hwaddr[6];
/* This function is called by the network device driver
when it wants to pass a packet to the TCP/IP stack. */