From 9e90ade864c795295715974ac919505bdbc307ca Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Fri, 29 Apr 2011 14:44:02 +0000 Subject: [PATCH] Missed one file from the last commit. This commit was SVN r24664. --- orte/util/pre_condition_transports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/util/pre_condition_transports.c b/orte/util/pre_condition_transports.c index b43c87249a..28ff5552e3 100644 --- a/orte/util/pre_condition_transports.c +++ b/orte/util/pre_condition_transports.c @@ -124,7 +124,7 @@ int orte_pre_condition_transports(orte_job_t *jdata) orte_app_context_t *app; char *string_key, *cs_env; -#if !defined(__WINDOWS__) +#if !defined(__WINDOWS__) || !defined(_MSC_VER) int fd_rand; size_t bytes_read; struct stat buf;