From 1c2402122251d237e2b7af3fa8582d33f0d15a4f Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 29 Apr 2025 17:36:26 +0000 Subject: [PATCH] DOn't define strlcat. Our subset of libdnet doesn't use it --- libdnet-stripped/include/config.h.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libdnet-stripped/include/config.h.in b/libdnet-stripped/include/config.h.in index 981d4f18c..9d4cd5ca0 100644 --- a/libdnet-stripped/include/config.h.in +++ b/libdnet-stripped/include/config.h.in @@ -295,10 +295,6 @@ int inet_pton(int, const char *, void *); #endif -#ifndef HAVE_STRLCAT -int strlcat(char *, const char *, int); -#endif - #ifndef HAVE_STRLCPY int strlcpy(char *, const char *, int); #endif