1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

latest changes ...

This commit is contained in:
fyodor
2006-03-25 23:56:48 +00:00
parent 161b2bb30f
commit 7fafddee53
26 changed files with 466 additions and 194 deletions

View File

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