about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-10-07 07:15:49 +0000
committerEric Wong <e@yhbt.net>2010-10-07 07:16:58 +0000
commit49f0b98c69f1f0bf637953d0bfc96b764f00ab9b (patch)
tree5e5fca245a14cc5f44ec6e6bde767dd1512aa25a
parent03344bb763f5269afe7fafd56a47270719c7ef9e (diff)
downloadkgio-49f0b98c69f1f0bf637953d0bfc96b764f00ab9b.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b89cbb0..09d4ded 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.2.0.GIT
+DEF_VER=v1.2.1.GIT
 
 LF='
 '