The branch, master has been updated
via 886c282679678fded4fdce122a3da4d646f6670c (commit)
from ccf39fcdc1208d4ae293ef8a78d6f7db9b712cdc (commit)
- Log -----------------------------------------------------------------
commit 886c282679678fded4fdce122a3da4d646f6670c
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Use 0 if O_DIRECTORY is missing, reported by Dagobert Michelsen.
---
compat.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/compat.h b/compat.h
index ab3224b..65d6ec7 100644
--- a/compat.h
+++ b/compat.h
@@ -125,6 +125,10 @@ typedef uint64_t u_int64_t;
#define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))
#endif
+#ifndef O_DIRECTORY
+#define O_DIRECTORY 0
+#endif
+
#ifndef INFTIM
#define INFTIM -1
#endif
-----------------------------------------------------------------------
Summary of changes:
compat.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs