mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
6156403237
We'd had our configure.in test include unistd.h unconditionally, which would fail on Windows/mingw, even though environ _was_ declared there. Fix for 5704; bugfix on 0.2.3.13-alpha. Thanks to Erinn for finding this and rransom for figuring out the problem.
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
o Minor bugfixes:
|
|
- Fix compilation on platforms without unistd.h, or where environ
|
|
is defined in stdlib.h. Fixes bug 5704; bugfix on
|
|
0.2.3.13-alpha. |