Commit Diff


commit - a6b4f518e43bf1c37df4c6e8caf8168614e8eda5
commit + c0597f5be8049f45cf6f501a97fbf8b7f0597094
blob - 38c0c930eedf474fcef860b7a5336ec4ae64724d
blob + 1ab374678eeeab7ae48e807821c417a77a944cb7
--- gotwebd/gotwebd.h
+++ gotwebd/gotwebd.h
@@ -236,13 +236,13 @@ struct fcgi_begin_request_body {
 	uint16_t	role;
 	uint8_t		flags;
 	uint8_t		reserved[5];
-}__packed;
+}__attribute__((__packed__));
 
 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;