<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=711032608-06072009><FONT face=Arial color=#0000ff 
size=2>Applied in 2278, thank you.</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> ofw-bounces@lists.openfabrics.org 
  [mailto:ofw-bounces@lists.openfabrics.org] <B>On Behalf Of </B>Tzachi 
  Dar<BR><B>Sent:</B> Sunday, June 28, 2009 12:04 PM<BR><B>To:</B> 
  ofw@lists.openfabrics.org<BR><B>Subject:</B> [ofw] patch: Allow ipoib 6 to 
  compile as a C++ driver<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV><FONT face=Arial size=2>Index: 
  core/complib/kernel/cl_driver.c<BR>===================================================================<BR>--- 
  core/complib/kernel/cl_driver.c (revision 2263)<BR>+++ 
  core/complib/kernel/cl_driver.c (working copy)<BR>@@ -69,7 +69,7 
  @@<BR> <BR> #if defined( _DEBUG_ )<BR> <BR>-VOID cl_dbg_out( IN 
  PCCH  format, ...)<BR>+VOID cl_dbg_out( IN const char* const format, 
  ...)<BR> {<BR>  va_list  
  list;<BR>  va_start(list, format);<BR>Index: 
  inc/kernel/complib/cl_debug_osd.h<BR>===================================================================<BR>--- 
  inc/kernel/complib/cl_debug_osd.h (revision 2263)<BR>+++ 
  inc/kernel/complib/cl_debug_osd.h (working copy)<BR>@@ -59,8 +59,16 
  @@<BR> <BR> <BR> #if defined( _DEBUG_ )<BR>-//#define 
  cl_dbg_out DbgPrintHelper<BR>-VOID cl_dbg_out( IN PCCH  Format, 
  ...);<BR>+#ifdef __cplusplus<BR>+extern "C"<BR>+{<BR>+#endif<BR>+<BR>+VOID 
  cl_dbg_out( IN const char * const  Format, ...);<BR>+#ifdef 
  __cplusplus<BR>+}<BR>+#endif<BR>+<BR> #else<BR> #define 
  cl_dbg_out __noop<BR> #endif /* defined( _DEBUG_ ) 
  */<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>