diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-05 05:01:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-05 05:01:00 -0400 |
commit | e9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a (patch) | |
tree | c39a2423bf87c145677fb79a00d670a2b05863b0 /changes | |
parent | d13389b30ec2e17a8f08a00f82fac420ae968cd1 (diff) | |
download | tor-e9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a.tar.gz tor-e9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a.zip |
On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6296 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6296 b/changes/bug6296 new file mode 100644 index 0000000000..b452b1745d --- /dev/null +++ b/changes/bug6296 @@ -0,0 +1,4 @@ + o Minor bugfixes: + + - Instead of ENOBUFS on Windows, say WSAENOBUFS. Fixes + compilation on Windows. Fixes bug 6296; bugfix on 0.2.3.18-rc. |