summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-16 12:16:52 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-16 12:16:52 -0500
commit2a00110e5bd3592ff69e659681b9294285a98dd0 (patch)
treed262b5abd118dcebd6a11eb6fc0f3d3aa1f2094c /changes
parent79a24750ba8b3b1efc87c5b43d91229b6478ef82 (diff)
downloadtor-2a00110e5bd3592ff69e659681b9294285a98dd0.tar.gz
tor-2a00110e5bd3592ff69e659681b9294285a98dd0.zip
Revert "Stop checking whether environ is declared."
This reverts commit 954eeda619a59dae76144ad69967f0ed7341b564. Apparently, OpenBSD is what expects you to declare environ yourself. So 19142 is a wontfix.
Diffstat (limited to 'changes')
-rw-r--r--changes/191423
1 files changed, 0 insertions, 3 deletions
diff --git a/changes/19142 b/changes/19142
deleted file mode 100644
index 685bbbcc26..0000000000
--- a/changes/19142
+++ /dev/null
@@ -1,3 +0,0 @@
- o Removed features:
- - We no longer attempt to build on systems where 'environ' is not
- declared in the C headers. Closes ticket 19142.