diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-15 09:15:49 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-15 09:35:36 +0100 |
commit | c5d9d3bb361a7ccf58c3a75ce20d48dcde51210a (patch) | |
tree | 5838aaa1ea55338690ac2d78aab924d91e5d4c30 /lib/sockunion.c | |
parent | build: remove LGPL v2.0, add LGPL v2.1 (diff) | |
download | frr-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 'lib/sockunion.c')
-rw-r--r-- | lib/sockunion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sockunion.c b/lib/sockunion.c index 2aa19dc74..f4b6ce12c 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" |