mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
Upgrading shipped libdnet to 1.12
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.10"
|
||||
#define VERSION "1.12"
|
||||
|
||||
/* Define for faster code generation. */
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
@@ -272,6 +272,8 @@ int strlcpy(char *, const char *, int);
|
||||
#ifndef HAVE_STRSEP
|
||||
char *strsep(char **, const char *);
|
||||
#endif
|
||||
|
||||
#define snprintf _snprintf
|
||||
|
||||
/* Without this, Windows will give us all sorts of crap about using functions
|
||||
like strcpy() even if they are done safely */
|
||||
|
||||
Reference in New Issue
Block a user