svn commit: samba r23294 - in branches/SAMBA_4_0/source/lib/appweb/mpr: .

metze at samba.org metze at samba.org
Fri Jun 1 13:49:20 GMT 2007


Author: metze
Date: 2007-06-01 13:49:19 +0000 (Fri, 01 Jun 2007)
New Revision: 23294

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

Log:
try to fix the build

metze
Modified:
   branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2007-06-01 13:04:56 UTC (rev 23293)
+++ branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2007-06-01 13:49:19 UTC (rev 23294)
@@ -255,7 +255,7 @@
 extern int 		mprAllocSprintf(char **msgbuf, int maxSize, const char *fmt, ...) PRINTF_ATTRIBUTE(3,4);
 extern char 	*mprItoa(int num, char *buf, int width);
 extern void		mprLog(int level, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
-extern void		mprBreakpoint(const char *file, int line, const char *msg) NORETURN_ATTRIBUTE;
+extern void		mprBreakpoint(const char *file, int line, const char *msg) _NORETURN_;
 #endif /* BLD_GOAHEAD_WEBSERVER */
 
 extern MprArray	*mprCreateArray(void);



More information about the samba-cvs mailing list