mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
latest changes ...
This commit is contained in:
7
utils.h
7
utils.h
@@ -117,7 +117,6 @@
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <assert.h>
|
||||
#include <sys/mman.h>
|
||||
#include "config.h"
|
||||
@@ -227,12 +226,6 @@ long tval2msecs(char *tspec);
|
||||
str is returned. */
|
||||
char *cstring_unescape(char *str, unsigned int *len);
|
||||
|
||||
#ifndef HAVE_USLEEP
|
||||
#ifdef HAVE_NANOSLEEP
|
||||
void usleep(unsigned long usec);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRERROR
|
||||
char *strerror(int errnum);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user