svn commit: samba r13184 - in branches/SAMBA_3_0_RELEASE/source/include: .

jerry at samba.org jerry at samba.org
Fri Jan 27 13:25:05 GMT 2006


Author: jerry
Date: 2006-01-27 13:25:04 +0000 (Fri, 27 Jan 2006)
New Revision: 13184

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13184

Log:
missed merge of James' debug.h fix for the MIPSPro compiler
Modified:
   branches/SAMBA_3_0_RELEASE/source/include/debug.h


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/include/debug.h
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/include/debug.h	2006-01-27 13:23:52 UTC (rev 13183)
+++ branches/SAMBA_3_0_RELEASE/source/include/debug.h	2006-01-27 13:25:04 UTC (rev 13184)
@@ -43,6 +43,12 @@
 BOOL dbgtext( const char *, ... ) PRINTF_ATTRIBUTE(1,2);
 BOOL dbghdr( int level, const char *file, const char *func, int line );
 
+#if defined(sgi) && (_COMPILER_VERSION >= 730)
+#pragma mips_frequency_hint NEVER Debug1
+#pragma mips_frequency_hint NEVER dbgtext
+#pragma mips_frequency_hint NEVER dbghdr
+#endif
+
 extern XFILE *dbf;
 extern pstring debugf;
 



More information about the samba-cvs mailing list