Re: [openib-general] [PATCH] Fix MVAPICH compile with gcc4

2005-09-28 Thread amith rajith mamidala
Hi, We have incorporated the gcc version 4 patch into the openib svn. Thanks, Amith,Weikuan On Mon, 26 Sep 2005, Roland Dreier wrote: > gcc version 4 doesn't like the extern declaration of free_vbuf_head to > followed by a static declaration in vbuf.c. To fix this, we can just > get rid of t

[openib-general] [PATCH] Fix MVAPICH compile with gcc4

2005-09-26 Thread Roland Dreier
gcc version 4 doesn't like the extern declaration of free_vbuf_head to followed by a static declaration in vbuf.c. To fix this, we can just get rid of the declaration in vbuf.h, since free_vbuf_head is not used outside of vbuf.c. Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> --- mpid/ch_gen2/