Please file CMR if this is needed in 1.4 and 1.5.

Thanks!


On Jul 20, 2010, at 2:31 AM, <cy...@osl.iu.edu> wrote:

> Author: cyeoh
> Date: 2010-07-20 02:31:16 EDT (Tue, 20 Jul 2010)
> New Revision: 23440
> URL: https://svn.open-mpi.org/trac/ompi/changeset/23440
> 
> Log:
> Adds missing sys/stat.h include needed for more recent versions of glibc
> 
> Text files modified:
>    trunk/opal/mca/memory/linux/hooks.c |     5 +++++                          
>         
>    1 files changed, 5 insertions(+), 0 deletions(-)
> 
> Modified: trunk/opal/mca/memory/linux/hooks.c
> ==============================================================================
> --- trunk/opal/mca/memory/linux/hooks.c (original)
> +++ trunk/opal/mca/memory/linux/hooks.c 2010-07-20 02:31:16 EDT (Tue, 20 Jul 
> 2010)
> @@ -39,6 +39,11 @@
>  #define DEFAULT_CHECK_ACTION 1
>  #endif
> 
> +#ifdef HAVE_SYS_STAT_H
> +#include <sys/stat.h>  /* for stat */
> +#endif  /* HAVE_SYS_STAT_H */
> +
> +
>  /* What to do if the standard debugging hooks are in place and a
>     corrupt pointer is detected: do nothing (0), print an error message
>     (1), or call abort() (2). */
> _______________________________________________
> svn-full mailing list
> svn-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
> 


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to