K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2014-08-30T08:08:11.819843Z
K 7
svn:log
V 692
Sync lib/fdflag.c and include/inn/fdflag.h with latest rra-c-util version

Changes are:

- Rename lib/fdflags.c to lib/fdflag.c.

- Add a new header file:  include/inn/fdflag.h.

- Rename the close_on_exec and nonblocking functions to respectively
fdflag_close_exec and fdflag_nonblocking.  These functions now return
a boolean; fdflag_nonblocking is now prototyped to take a socket_type
instead of an int, but on UNIX this should not make a difference.

- Add an implementation of fdflag_nonblocking for Windows and allow
fdflag.c to be built on Windows.

- Update the libinn documentation to mention these new functions (old
CloseOnExec and SetNonBlocking functions were still documented).

END
