[EMAIL PROTECTED] wrote on Wed, 13 Sep 2006 15:09 -0400:
> Update of /projects/cvsroot/pvfs2/include
[..]
> Index: pvfs2-util.h
> ===================================================================
> RCS file: /projects/cvsroot/pvfs2/include/pvfs2-util.h,v
> diff -p -u -r1.46 -r1.47
> --- pvfs2-util.h      13 Sep 2006 18:28:16 -0000      1.46
> +++ pvfs2-util.h      13 Sep 2006 19:09:32 -0000      1.47
> @@ -11,6 +11,8 @@
>  #ifndef __PVFS2_UTIL_H
>  #define __PVFS2_UTIL_H
>  
> +#define _GNU_SOURCE
> +
>  #include "pvfs2.h"
>  #include "pvfs2-types.h"
>  

I was unhappy with this for reasons we discussed earlier in the
context of  a build problem Phil was having.  This turns on
_GNU_SOURCE effectively for the entire tree.  Any way to limit the
scope to one or two source files that actually needs it?

But then I saw that Murali reversed it in his checkins, so now I'm
happy again.  Hope that was the intention.  :)

                -- Pete
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to