diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-12 10:55:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-12 10:55:10 -0500 |
commit | 954eeda619a59dae76144ad69967f0ed7341b564 (patch) | |
tree | 56ee86a7377fd159e3609344dcf16573fe2d818f /changes | |
parent | 54069b97d39599fb54fb2fd29db44a104d7bd555 (diff) | |
download | tor-954eeda619a59dae76144ad69967f0ed7341b564.tar.gz tor-954eeda619a59dae76144ad69967f0ed7341b564.zip |
Stop checking whether environ is declared.
There seems to be pretty good evidence that it's always declared,
and that checking for it is pointless.
Closes ticket 19142.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/19142 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/19142 b/changes/19142 new file mode 100644 index 0000000000..685bbbcc26 --- /dev/null +++ b/changes/19142 @@ -0,0 +1,3 @@ + o Removed features: + - We no longer attempt to build on systems where 'environ' is not + declared in the C headers. Closes ticket 19142. |