diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-16 12:16:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 12:16:52 -0500 |
commit | 2a00110e5bd3592ff69e659681b9294285a98dd0 (patch) | |
tree | d262b5abd118dcebd6a11eb6fc0f3d3aa1f2094c /changes | |
parent | 79a24750ba8b3b1efc87c5b43d91229b6478ef82 (diff) | |
download | tor-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/19142 | 3 |
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. |