svn commit: r253376 - head/usr.sbin/rtsold

Kevin Lo kevlo at FreeBSD.org
Tue Jul 16 03:12:32 UTC 2013


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;


More information about the svn-src-head mailing list