MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array for

handling wire data
	This is required to get ppp working on arm.
This commit is contained in:
ticso 2007-01-05 00:33:00 +00:00
parent 38968561b2
commit d1730bc2bb

View File

@ -164,7 +164,7 @@ struct fsmheader {
struct fsm_opt_hdr {
u_char id;
u_char len;
};
} __packed;
#define MAX_FSM_OPT_LEN 52
struct fsm_opt {