FreeBSD Bugzilla – Attachment 121897 Details for
Bug 164974
[PATCH] mail/libspf2 doesn't build with Clang.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
James Kelly
on 2012-02-11 04:40:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
James Kelly
Created:
2012-02-11 04:40:11 UTC
Size:
1.10 KB
patch
obsolete
>Index: files/patch-src__include__spf_log.h >=================================================================== >--- files/patch-src__include__spf_log.h (revision 0) >+++ files/patch-src__include__spf_log.h (revision 4147) >@@ -0,0 +1,17 @@ >+--- ./src/include/spf_log.h.orig Sat Sep 13 22:04:44 2008 >++++ ./src/include/spf_log.h Tue Feb 7 17:01:49 2012 >+@@ -60,10 +60,10 @@ >+ >+ #if defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L >+ >+-#define SPF_errorf(format, ... ) SPF_errorx( __FILE__, __LINE__, format, __VA_ARGS__ ) >+-#define SPF_warningf(format, ... ) SPF_warningx( __FILE__, __LINE__, format, __VA_ARGS__ ) >+-#define SPF_infof(format, ... ) SPF_infox( __FILE__, __LINE__, format, __VA_ARGS__ ) >+-#define SPF_debugf(format, ... ) SPF_debugx( __FILE__, __LINE__, format, __VA_ARGS__ ) >++#define SPF_errorf( ... ) SPF_errorx( __FILE__, __LINE__, __VA_ARGS__ ) >++#define SPF_warningf( ... ) SPF_warningx( __FILE__, __LINE__, __VA_ARGS__ ) >++#define SPF_infof( ... ) SPF_infox( __FILE__, __LINE__, __VA_ARGS__ ) >++#define SPF_debugf( ... ) SPF_debugx( __FILE__, __LINE__, __VA_ARGS__ ) >+ >+ #elif defined( __GNUC__ ) >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164974
: 121897