From 1711e0f9b0dc635d3e07513f3455c9f89a57e1f9 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 16 Jul 2013 03:12:31 +0000 Subject: Silent warnings. --- usr.sbin/rtsold/rtsol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index 850e5d9..181012c 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -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; -- cgit v1.1