diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-15 17:15:49 +0900 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-15 17:35:36 +0900 |
| commit | c5d9d3bb361a7ccf58c3a75ce20d48dcde51210a (patch) | |
| tree | 5838aaa1ea55338690ac2d78aab924d91e5d4c30 /bgpd/bgp_debug.c | |
| parent | 8ce70b1f5efd049ea23cdbc0929274eaa64cf0f5 (diff) | |
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>
Diffstat (limited to 'bgpd/bgp_debug.c')
| -rw-r--r-- | bgpd/bgp_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 4d9ff60e92..46d3afbf79 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -25,7 +25,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "linklist.h" #include "stream.h" #include "command.h" -#include "str.h" #include "log.h" #include "sockunion.h" #include "memory.h" |
