The Samba-Bugzilla – Attachment 11560 Details for
Bug 11582
I have a patch to build ccache on Solaris/AIX with gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated check ifndef MAX
ccache.h[1].patch (text/plain), 258 bytes, created by
Neil Mushell
on 2015-10-30 21:17:01 UTC
(
hide
)
Description:
Updated check ifndef MAX
Filename:
MIME Type:
Creator:
Neil Mushell
Created:
2015-10-30 21:17:01 UTC
Size:
258 bytes
patch
obsolete
>--- ./ccache.h 2015-10-08 15:12:14.000000000 -0400 >+++ ./ccache.h 2015-10-21 16:31:54.290193000 -0400 >@@ -276,6 +276,8 @@ > # define PATH_DELIM ":" > #endif > >+#ifndef MAX > #define MAX(a, b) (((a) > (b)) ? (a) : (b)) >+#endif > > #endif /* ifndef CCACHE_H */
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 Raw
Actions:
View
Attachments on
bug 11582
:
11559
| 11560 |
11561