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:
parent
38968561b2
commit
d1730bc2bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user