From 6a1ca96e4193f79c16c6a71dd8b5d576acf22e91 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 2 May 2014 17:14:04 +0200 Subject: [PATCH] Temporary fix for Travis CI builds See https://github.com/libgit2/libgit2/pull/2321#issuecomment-42039673 We may rollback once we found something more reliable --- src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix.c b/src/posix.c index 7b2962feb..7484ac0d8 100644 --- a/src/posix.c +++ b/src/posix.c @@ -99,7 +99,7 @@ const char *p_gai_strerror(int ret) #endif /* NO_ADDRINFO */ -int p_open(const char *path, int flags, ...) +int p_open(const char *path, volatile int flags, ...) { mode_t mode = 0;