On Fri, Aug 20, 2004 at 03:03:42PM -0700, Tom Duffy wrote:
> On Fri, 2004-08-20 at 14:49 -0700, Fyodor wrote:
> > D'oh! I thought I had caught all of those when testing on my Solaris
> > box. But Solaris 9 doesn't have the checksum problem and so I missed
> > this one. I've applied your patch for the next version.
>
> Solaris 10 doesn't have it either, presumably, but your configure script
> is detecting $host sparc-sun-solaris2.10 as 2.1
>
> checking host system type... sparc-sun-solaris2.10
>
> ;;
> *-solaris2.1*)
> cat >>confdefs.h <<\_ACEOF
> #define STUPID_SOLARIS_CHECKSUM_BUG 1
> _ACEOF
Hmm ... I had hoped the two lines above what you quoted would be catching it:
*-solaris2.[1-9][0-9]*)
AC_DEFINE(SOLARIS)
So your Solaris 10 box still defines STUPID_SOLARIS_CHECKSUM_BUG in
config.h?
Cheers,
-F
---------------------------------------------------------------------
For help using this (nmap-dev) mailing list, send a blank email to
nmap-dev-help@insecure.org . List archive: http://seclists.org
Received on Aug 20 2004