]> git.proxmox.com Git - mirror_frr.git/commit - lib/strlcat.c
lib: replace strlcpy & strlcat with glibc versions
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Nov 2016 08:15:49 +0000 (17:15 +0900)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Nov 2016 08:35:36 +0000 (17:35 +0900)
commitc5d9d3bb361a7ccf58c3a75ce20d48dcde51210a
tree5838aaa1ea55338690ac2d78aab924d91e5d4c30
parent8ce70b1f5efd049ea23cdbc0929274eaa64cf0f5
lib: replace strlcpy & strlcat with glibc versions

It seems these two were at some point copied in from rsync; replace with
more recent versions that will hopefully become available in glibc as
well.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
22 files changed:
bgpd/bgp_aspath.c
bgpd/bgp_debug.c
bgpd/bgp_route.c
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp_packet.c
bgpd/bgpd.c
bgpd/rfapi/vnc_debug.c
lib/Makefile.am
lib/if.c
lib/nexthop.c
lib/sockunion.c
lib/str.c [deleted file]
lib/str.h [deleted file]
lib/strlcat.c [new file with mode: 0644]
lib/strlcpy.c [new file with mode: 0644]
lib/vty.c
lib/zebra.h
zebra/kernel_socket.c
zebra/rt_socket.c
zebra/zebra_mpls.c
zebra/zebra_rib.c
zebra/zebra_rnh.c