FreeBSD Bugzilla – Attachment 175995 Details for
Bug 213657
www/mongrel2: Fix conflict with max_align_t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
max_align.patch
file_213657.txt (text/plain), 1.25 KB, created by
John Baldwin
on 2016-10-20 22:02:54 UTC
(
hide
)
Description:
max_align.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2016-10-20 22:02:54 UTC
Size:
1.25 KB
patch
obsolete
>Index: files/patch-563bac8 >=================================================================== >--- files/patch-563bac8 (nonexistent) >+++ files/patch-563bac8 (working copy) >@@ -0,0 +1,26 @@ >+diff --git a/src/mem/align.h b/src/mem/align.h >+index 4c6e183..03a4999 100644 >+--- src/mem/align.h >++++ src/mem/align.h >+@@ -30,7 +30,7 @@ union max_align >+ void (*q)(void); >+ }; >+ >+-typedef union max_align max_align_t; >++typedef union max_align h_max_align_t; >+ >+ #endif >+ >+diff --git a/src/mem/halloc.c b/src/mem/halloc.c >+index b097d1f..40d0c09 100644 >+--- src/mem/halloc.c >++++ src/mem/halloc.c >+@@ -34,7 +34,7 @@ typedef struct hblock >+ #endif >+ hlist_item_t siblings; /* 2 pointers */ >+ hlist_head_t children; /* 1 pointer */ >+- max_align_t data[1]; /* not allocated, see below */ >++ h_max_align_t data[1]; /* not allocated, see below */ >+ >+ } hblock_t; >+ > >Property changes on: files/patch-563bac8 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 213657
: 175995