commit 755d897ea8cdbba039bec2575d289fa46f90c140 from: Thomas Adam date: Sat Aug 06 21:42:05 2022 UTC gotwebd: wrap __packed around __attribute__ Needed for -portability reasons. OK op@ commit - 8f795179913a172632debbcf459cdea3562a2279 commit + 755d897ea8cdbba039bec2575d289fa46f90c140 blob - b164df949130a41810c6bd822a285e903027709d blob + aafdb73fcd040caf5d1182eb5bd173b3e7bd6a95 --- gotwebd/gotwebd.h +++ gotwebd/gotwebd.h @@ -234,7 +234,7 @@ struct fcgi_end_request_body { uint32_t app_status; uint8_t protocol_status; uint8_t reserved[3]; -}__packed; +}__attribute__((__packed__)); struct address { TAILQ_ENTRY(address) entry;