1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

DOn't define strlcat. Our subset of libdnet doesn't use it

This commit is contained in:
dmiller
2025-04-29 17:36:26 +00:00
parent eedd185259
commit 1c24021222

View File

@@ -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