Nmap Development mailing list archives

Re: 4.85BETA2 posted to Nmap download page - please test


From: Gisle Vanem <gvanem () broadpark no>
Date: Sat, 31 Jan 2009 08:31:24 +0100

The ncat still doesn't compile on MingW due to the vsscanf() function
in ncat/sys_wrap.c. Can you please add my patch from 30 Sep 2008?
Here it is again:

--- SVN-Latest\ncat\sys_wrap.c  Wed Dec 24 13:31:15 2008
+++ ncat\sys_wrap.c     Tue Jan 06 14:57:58 2009
@@ -5,7 +5,7 @@
#include "sys_wrap.h"
#include "util.h"

-#ifdef WIN32
+#if defined(WIN32) && !defined( __GNUC__)

int vsscanf(
    const char  *buffer,


--gv

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: