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 --- zebra/rt_socket.c | 1 - 1 file changed, 1 deletion(-) (limited to 'zebra/rt_socket.c') diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c index 2bde3f4b0..b2c99d981 100644 --- a/zebra/rt_socket.c +++ b/zebra/rt_socket.c @@ -29,7 +29,6 @@ #include "prefix.h" #include "sockunion.h" #include "log.h" -#include "str.h" #include "privs.h" #include "zebra/debug.h" -- cgit v1.2.3