mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
DOn't define strlcat. Our subset of libdnet doesn't use it
This commit is contained in:
parent
eedd185259
commit
1c24021222
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue