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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user