summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-15 09:15:49 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-11-15 09:35:36 +0100
commitc5d9d3bb361a7ccf58c3a75ce20d48dcde51210a (patch)
tree5838aaa1ea55338690ac2d78aab924d91e5d4c30 /zebra/kernel_socket.c
parentbuild: remove LGPL v2.0, add LGPL v2.1 (diff)
downloadfrr-c5d9d3bb361a7ccf58c3a75ce20d48dcde51210a.tar.xz
frr-c5d9d3bb361a7ccf58c3a75ce20d48dcde51210a.zip
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 'zebra/kernel_socket.c')
-rw-r--r--zebra/kernel_socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c
index 6cb9f7859..bcd92e15f 100644
--- a/zebra/kernel_socket.c
+++ b/zebra/kernel_socket.c
@@ -33,7 +33,6 @@
#include "zebra_memory.h"
#include "ioctl.h"
#include "log.h"
-#include "str.h"
#include "table.h"
#include "rib.h"
#include "privs.h"