aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-06 12:36:33 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-06 12:36:33 -0500
commit34740a17ea8145f7d308991b710e759b90a0d87b (patch)
treed760980a118c064352772c40f73189bd4812bb62 /changes
parent4268cbf29452a9851a6591ad7200468f38c8937c (diff)
downloadtor-34740a17ea8145f7d308991b710e759b90a0d87b.tar
tor-34740a17ea8145f7d308991b710e759b90a0d87b.tar.gz
Rename sun to s_un in test_addr.c
Apparently the compiler on solaris 9 didn't like "sun" as an identifier. Fix for bug 10565; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug105653
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug10565 b/changes/bug10565
new file mode 100644
index 000000000..9fef9d43e
--- /dev/null
+++ b/changes/bug10565
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix compilation on Solaris 9, which didn't like us to have an
+ identifier namd "sun". Fixes bug 10565; bugfix in 0.2.5.1-alpha.