Commit Diff


commit - 14aa6a729393403e45e3c78a2224d1c323fe0c06
commit + 6381f44ae3383b12443d44a7a6a73459a809b069
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;