Nmap Development mailing list archives

Re: [nmap-svn] r18766 - nmap/libnetutil


From: Fyodor <fyodor () insecure org>
Date: Tue, 13 Jul 2010 23:00:16 -0700

On Mon, Jul 12, 2010 at 05:38:17PM -0500, Kris Katterjohn wrote:

+#ifndef NETINET_IN_SYSTEM_H  /* why the HELL does OpenBSD not do
this? */ +#include <netinet/in_systm.h>
+#define NETINET_IN_SYSTEM_H
+#endif

Is there a typo there? (in_systm.)

Actually, no.  The header file name contains "systm" but the macro
definition there contains the full "SYSTEM".  I basically copied that
block from tcpip.h. 

I think this is my fault--I probably made that typo many years back
and now it has propagated to several places in the codebase.  In
r18797 I've corrected the definitions to match the actual "systm"
filename.

Cheers,
-F
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: