summaryrefslogtreecommitdiffstats
path: root/lib/pthread_safe.c
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2012-03-23 12:15:00 +0000
committerChris Hall <chris.hall@highwayman.com>2012-03-23 12:15:00 +0000
commit4526b03b4c1ac32588cd8f9a3ea71bafe72db9ef (patch)
tree48c05781305667727e1dcd2207df6c25976bb488 /lib/pthread_safe.c
parent97f375b3e02e0f4ec18f68fbe36fc5ae16693d26 (diff)
parentaee567450eaf32877d00f47c4cc5d05c5fb85a51 (diff)
downloadquagga-ex23b.tar.bz2
quagga-ex23b.tar.xz
Merge branch 'master' into euro_ix_bex23b
v0.99.20ex23b -- Quagga 'master' as at 23-Mar-2012 Conflicts: bgpd/bgp_attr.c bgpd/bgp_attr.h Difference between 'master' and 0.99.20.1 is in these files. Handling of attributes has been worked over again to common up checks of the flags, and to use a common parsing structure, which reduces the clutter of parameters for the individual attribute parsing functions. bgpd/bgp_open.c bgpd/bgp_packet.c lib/thread.c ospfd/ospf_packet.c These were artifacts, caused by common patches in master and 0.99.20.1 -- and some twitchy-ness about whitespace !
Diffstat (limited to 'lib/pthread_safe.c')
-rw-r--r--lib/pthread_safe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pthread_safe.c b/lib/pthread_safe.c
index 92d63074..169e5e8f 100644
--- a/lib/pthread_safe.c
+++ b/lib/pthread_safe.c
@@ -570,7 +570,7 @@ safe_inet_ntoa (struct in_addr in)
/*------------------------------------------------------------------------------
* Construct string for given IP family/address.
*
- * Requires buffer of at least SU_ADDRSTRLEN characters.
+ * Returns struct with embedded string.
*/
extern str_iptoa_t
siptoa(sa_family_t family, const void* address)