summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/rtsol.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2013-07-16 03:12:31 +0000
committerkevlo <kevlo@FreeBSD.org>2013-07-16 03:12:31 +0000
commit1711e0f9b0dc635d3e07513f3455c9f89a57e1f9 (patch)
tree0f4de326c8814addb1e5ef95d387e4bc25138326 /usr.sbin/rtsold/rtsol.c
parent80fcd6f6829e197908c788c8acc29c253765035f (diff)
downloadFreeBSD-src-1711e0f9b0dc635d3e07513f3455c9f89a57e1f9.zip
FreeBSD-src-1711e0f9b0dc635d3e07513f3455c9f89a57e1f9.tar.gz
Silent warnings.
Diffstat (limited to 'usr.sbin/rtsold/rtsol.c')
-rw-r--r--usr.sbin/rtsold/rtsol.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud