summaryrefslogtreecommitdiff
path: root/changes/bug6296
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-05 05:01:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-05 05:01:00 -0400
commite9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a (patch)
treec39a2423bf87c145677fb79a00d670a2b05863b0 /changes/bug6296
parentd13389b30ec2e17a8f08a00f82fac420ae968cd1 (diff)
downloadtor-e9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a.tar.gz
tor-e9b33ed1bf4140e3aeda5eb9126027fbe5a3ec5a.zip
On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc
Diffstat (limited to 'changes/bug6296')
-rw-r--r--changes/bug62964
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.