[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Define O_NOFOLLOW on platforms that do not have it
commit 1e9950847c1035244b0c15c50276b06014286e6b
Author: cypherpunks <cypherpunks@xxxxxxxxxxxxxx>
Date: Fri Feb 19 12:45:36 2016 +0000
Define O_NOFOLLOW on platforms that do not have it
Fixes #18339
---
src/common/util.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/common/util.h b/src/common/util.h
index d05ffa7..d42b5b2 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -29,6 +29,9 @@
#ifndef O_TEXT
#define O_TEXT 0
#endif
+#ifndef O_NOFOLLOW
+#define O_NOFOLLOW 0
+#endif
/* Replace assert() with a variant that sends failures to the log before
* calling assert() normally.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits