On Sep 13, 2006, at 4:56 PM, Pete Wyckoff wrote:

[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?


I think that was a temporary change I made to see if it would work around the -ansi issues. I didn't mean to commit it, so thanks Murali for removing it for me. :-)

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

He's so damn quick on the draw! He'll shoot you down before you get a chance to cvs up! ;-)

-sam


                -- Pete


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

Reply via email to