Author: kevlo Date: Tue Jul 16 03:12:31 2013 New Revision: 253376 URL: http://svnweb.freebsd.org/changeset/base/253376
Log: Silent warnings. Modified: head/usr.sbin/rtsold/rtsol.c Modified: head/usr.sbin/rtsold/rtsol.c ============================================================================== --- head/usr.sbin/rtsold/rtsol.c Tue Jul 16 00:05:17 2013 (r253375) +++ head/usr.sbin/rtsold/rtsol.c Tue Jul 16 03:12:31 2013 (r253376) @@ -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; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"