v1.2.1
tagbde56cf9e898095ae65982994337f47ceb439cd0
object 49f0b98c69f1f0bf637953d0bfc96b764f00ab9b
authorEric Wong <e@yhbt.net>
Thu, 7 Oct 2010 07:20:06 +0000 (7 07:20 +0000)
kgio 1.2.1 - doc and *BSD workarounds

This fixes our accept4() wrapper which did not work as expected
on some *BSD-based systems due to fcntl(fd, F_GETFL) returning
false information.  Linux 2.6+ users are unnaffected, including
those without accept4().

Also some RDoc fixes.