commit | c9e52be3f4d98943b67fbbe5d9a7ccd823b88326 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:09:34 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:09:34 2004 +0000 |
tree | d4045a946af3be8bbdc303162778e8c44057e2f9 | |
parent | e473b032b860444b9656cee1654b0120f77b52b1 [diff] [blame] |
Compiler warnings fixes.
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 4bab03b..e5a026e 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c
@@ -1110,7 +1110,7 @@ rprefix = getdata (node); vty_out (vty, " ipv6 nd prefix %s/%d", inet_ntop (AF_INET6, &rprefix->prefix.u.prefix6, - buf, INET6_ADDRSTRLEN), + (char *) buf, INET6_ADDRSTRLEN), rprefix->prefix.prefixlen); if ((rprefix->AdvValidLifetime != RTADV_VALID_LIFETIME) || (rprefix->AdvPreferredLifetime != RTADV_PREFERRED_LIFETIME))