mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
84292608b3
commit
f219cbb721
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue