summaryrefslogtreecommitdiff
path: root/lib/nexthop.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-15 17:15:49 +0900
committerDavid Lamparter <equinox@opensourcerouting.org>2016-11-15 17:35:36 +0900
commitc5d9d3bb361a7ccf58c3a75ce20d48dcde51210a (patch)
tree5838aaa1ea55338690ac2d78aab924d91e5d4c30 /lib/nexthop.c
parent8ce70b1f5efd049ea23cdbc0929274eaa64cf0f5 (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 'lib/nexthop.c')
-rw-r--r--lib/nexthop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nexthop.c b/lib/nexthop.c
index 23ee28b7dc..d7d8f0cd30 100644
--- a/lib/nexthop.c
+++ b/lib/nexthop.c
@@ -23,7 +23,6 @@
#include "prefix.h"
#include "table.h"
#include "memory.h"
-#include "str.h"
#include "command.h"
#include "if.h"
#include "log.h"