From c5d9d3bb361a7ccf58c3a75ce20d48dcde51210a Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 15 Nov 2016 17:15:49 +0900 Subject: 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 --- lib/sockunion.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sockunion.c') diff --git a/lib/sockunion.c b/lib/sockunion.c index 2aa19dc74c..f4b6ce12cc 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -25,7 +25,6 @@ #include "vty.h" #include "sockunion.h" #include "memory.h" -#include "str.h" #include "log.h" #include "jhash.h" -- cgit v1.2.3