trivial warning fix

This commit is contained in:
Denis Vlasenko 2007-02-02 01:16:33 +00:00
parent c4d606e367
commit 731d357295

View File

@ -839,7 +839,7 @@ static int in_ether(char *bufp, struct sockaddr *sap)
unsigned val;
sap->sa_family = ether_hwtype.type;
ptr = sap->sa_data;
ptr = (unsigned char*) sap->sa_data;
i = 0;
orig = bufp;