nmap/nsock
david 8f5ed637f9 Include <errno.h> in engine_poll.c for EINTR.
I'm not sure why I wasn't seeing this error before:
engine_poll.c: In function ‘poll_loop’:
engine_poll.c:352:46: error: ‘EINTR’ undeclared (first use in this function)
engine_poll.c:352:46: note: each undeclared identifier is reported only once for each function it appears in
2012-11-20 18:59:41 +00:00
..
examples Use nse_errorcode() to get the actual errors. 2012-09-21 09:08:24 +00:00
include Implementation of UNIX-domain sockets for Nsock. 2012-11-12 20:44:37 +00:00
src Include <errno.h> in engine_poll.c for EINTR. 2012-11-20 18:59:41 +00:00
nsock.vcxproj Added new poll and kqueue/kevent nsock engines. 2012-10-21 23:20:35 +00:00