[Olsr-cvs] olsrd-current/src/cfgparser cfgfile_gen.c,1.11,1.12
Bernd Petrovitsch
(spam-protected)
Fri Nov 16 23:56:56 CET 2007
- Previous message: [Olsr-cvs] olsrd-current/src hna_set.c, 1.24, 1.25 lq_avl.c, 1.15, 1.16 lq_packet.c, 1.30, 1.31 lq_packet.h, 1.9, 1.10 lq_route.c, 1.59, 1.60 rebuild_packet.c, 1.24, 1.25
- Next message: [Olsr-cvs] olsrd-current/src net_olsr.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15005/src/cfgparser
Modified Files:
cfgfile_gen.c
Log Message:
* added -Wcast-qual: this killed lots of unnecessary type-casts
Index: cfgfile_gen.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/cfgfile_gen.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** cfgfile_gen.c 8 Nov 2007 22:47:42 -0000 1.11
--- cfgfile_gen.c 16 Nov 2007 22:56:54 -0000 1.12
***************
*** 245,251 ****
fprintf(fd, " # IPv6 multicast address to use when\n # using site-local addresses.\n # If not defined, ff05::15 is used\n");
! fprintf(fd, " Ip6MulticastSite\t%s\n\n", (char *)inet_ntop(AF_INET6, &in->cnf->ipv6_multi_site.v6, ipv6_buf, sizeof(ipv6_buf)));
fprintf(fd, " # IPv6 multicast address to use when\n # using global addresses\n # If not defined, ff0e::1 is used\n");
! fprintf(fd, " Ip6MulticastGlobal\t%s\n\n", (char *)inet_ntop(AF_INET6, &in->cnf->ipv6_multi_glbl.v6, ipv6_buf, sizeof(ipv6_buf)));
--- 245,251 ----
fprintf(fd, " # IPv6 multicast address to use when\n # using site-local addresses.\n # If not defined, ff05::15 is used\n");
! fprintf(fd, " Ip6MulticastSite\t%s\n\n", inet_ntop(AF_INET6, &in->cnf->ipv6_multi_site.v6, ipv6_buf, sizeof(ipv6_buf)));
fprintf(fd, " # IPv6 multicast address to use when\n # using global addresses\n # If not defined, ff0e::1 is used\n");
! fprintf(fd, " Ip6MulticastGlobal\t%s\n\n", inet_ntop(AF_INET6, &in->cnf->ipv6_multi_glbl.v6, ipv6_buf, sizeof(ipv6_buf)));
***************
*** 546,554 ****
if(first)
WRITE_TO_BUF(" # IPv6 multicast address to use when\n # using site-local addresses.\n # If not defined, ff05::15 is used\n");
! WRITE_TO_BUF(" Ip6MulticastSite\t%s\n", (char *)inet_ntop(AF_INET6, &in->cnf->ipv6_multi_site.v6, ipv6_buf, sizeof(ipv6_buf)));
if(first) WRITE_TO_BUF("\n");
if(first)
WRITE_TO_BUF(" # IPv6 multicast address to use when\n # using global addresses\n # If not defined, ff0e::1 is used\n");
! WRITE_TO_BUF(" Ip6MulticastGlobal\t%s\n", (char *)inet_ntop(AF_INET6, &in->cnf->ipv6_multi_glbl.v6, ipv6_buf, sizeof(ipv6_buf)));
if(first) WRITE_TO_BUF("\n");
--- 546,554 ----
if(first)
WRITE_TO_BUF(" # IPv6 multicast address to use when\n # using site-local addresses.\n # If not defined, ff05::15 is used\n");
! WRITE_TO_BUF(" Ip6MulticastSite\t%s\n", inet_ntop(AF_INET6, &in->cnf->ipv6_multi_site.v6, ipv6_buf, sizeof(ipv6_buf)));
if(first) WRITE_TO_BUF("\n");
if(first)
WRITE_TO_BUF(" # IPv6 multicast address to use when\n # using global addresses\n # If not defined, ff0e::1 is used\n");
! WRITE_TO_BUF(" Ip6MulticastGlobal\t%s\n", inet_ntop(AF_INET6, &in->cnf->ipv6_multi_glbl.v6, ipv6_buf, sizeof(ipv6_buf)));
if(first) WRITE_TO_BUF("\n");
- Previous message: [Olsr-cvs] olsrd-current/src hna_set.c, 1.24, 1.25 lq_avl.c, 1.15, 1.16 lq_packet.c, 1.30, 1.31 lq_packet.h, 1.9, 1.10 lq_route.c, 1.59, 1.60 rebuild_packet.c, 1.24, 1.25
- Next message: [Olsr-cvs] olsrd-current/src net_olsr.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list