diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-11-16 16:39:04 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-11-16 16:39:04 +0100 |
commit | 9fc7725aba8c623e2b35c4ceaee792d5f354912f (patch) | |
tree | 005891c55ef52e453e555e44482ab9e7a2f641c6 /changes | |
parent | 688b53059e56ddbc287de688258ebdd51b94e001 (diff) | |
download | tor-9fc7725aba8c623e2b35c4ceaee792d5f354912f.tar.gz tor-9fc7725aba8c623e2b35c4ceaee792d5f354912f.zip |
Don't allow building on platforms where AF_UNSPEC != 0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/af_unspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/af_unspec b/changes/af_unspec new file mode 100644 index 0000000000..19ef4b4ccf --- /dev/null +++ b/changes/af_unspec @@ -0,0 +1,4 @@ + o Minor features: + - Detect when we build on a platform that doesn't define AF_UNSPEC to 0. + We don't work there, so refuse to compile. + |