Silent warnings.

This commit is contained in:
Kevin Lo 2013-07-16 03:12:31 +00:00
parent fc98db27df
commit fb7a6f238f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253376

View File

@ -237,7 +237,7 @@ sendpacket(struct ifinfo *ifi)
void
rtsol_input(int s)
{
u_char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ];
char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ];
int l, ifindex = 0, *hlimp = NULL;
ssize_t msglen;
struct in6_pktinfo *pi = NULL;