Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



>Module Name:	src
>Committed By:	christos
>Date:		Mon Jan 16 15:44:47 UTC 2017
>
>Modified Files:
>	src/sys/net: if_llatbl.c if_spppsubr.c
>	src/sys/netinet: dccp_usrreq.c ip_carp.c sctp_asconf.c sctputil.c
>	src/sys/netinet6: icmp6.c in6.c in6_gif.c in6_src.c in6_var.h
>	    ip6_forward.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c
>	    nd6_nbr.c nd6_rtr.c scope6.c
>	src/sys/netipsec: ipsec.c
>
>Log Message:
>ip6_sprintf -> IN6_PRINT so that we pass the size.

ip6_sprintf() returns char *, but in6_print() returns int.
We cannot use in6_print() for log("%s", ...)

--
ryo shimizu


Home | Main Index | Thread Index | Old Index