1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +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

@@ -139,8 +139,6 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#ifdef WIN32
#include <windows.h>
@@ -1241,7 +1239,7 @@ int arg_parse(const char *command, char ***argv)
char **myargv = NULL;
int argc = 0;
char mycommand[4096];
unsigned char *start, *end;
char *start, *end;
char oldend;
*argv = NULL;