From b3a84986a01caa942a3ce0974b6b828d0bfc0b24 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 7 May 2025 07:38:51 +0000 Subject: [PATCH] Fix build: conflicting types for 'strlcat' https://github.com/nmap/nmap/issues/3073 --- libdnet-stripped/acconfig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libdnet-stripped/acconfig.h b/libdnet-stripped/acconfig.h index fb7f15a..38056cd 100644 --- a/libdnet-stripped/acconfig.h +++ b/libdnet-stripped/acconfig.h @@ -19,10 +19,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 -- 2.49.0