nmap/nbase
david 31e4350dba Make the argument to checked_fd_isset non-const.
I got this error compiling on OS X 10.6:
In file included from netutil.cc:132:
../nbase/nbase.h: In function 'int checked_fd_isset(int, const fd_set*)':
../nbase/nbase.h:385: error: invalid conversion from 'const fd_set*' to 'fd_set*'
../nbase/nbase.h:385: error:   initializing argument 2 of 'int __darwin_fd_isset(int, fd_set*)'
netutil.cc: In function 'int send_ipv6_ip(const sockaddr_in6*, const unsigned char*, size_t)':
netutil.cc:3846: warning: unused variable 'tclass'
make[2]: *** [netutil.o] Error 1
make[1]: *** [netutil_build] Error 2
2014-04-11 05:08:30 +00:00
..
test
acinclude.m4
CHANGELOG
configure Re-autoconf the configure scripts (using 2.69) 2013-12-11 23:17:47 +00:00
configure.ac
getaddrinfo.c
getnameinfo.c
getopt.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
getopt.h Remove trailing whitespace from C/C++ files 2014-02-12 20:25:51 +00:00
inet_ntop.c
inet_pton.c
Makefile.in
nbase.h Make the argument to checked_fd_isset non-const. 2014-04-11 05:08:30 +00:00
nbase.vcxproj
nbase_addrset.c Remove trailing whitespace from C/C++ files 2014-02-12 20:25:51 +00:00
nbase_addrset.h
nbase_config.h.in
nbase_crc32ct.h
nbase_ipv6.h Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_memalloc.c
nbase_misc.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_rnd.c
nbase_str.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_time.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_winconfig.h
nbase_winunix.c
nbase_winunix.h Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
snprintf.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
strcasecmp.c