diff options
| author | Bernd Walter <ticso@FreeBSD.org> | 2007-01-05 00:33:00 +0000 |
|---|---|---|
| committer | Bernd Walter <ticso@FreeBSD.org> | 2007-01-05 00:33:00 +0000 |
| commit | f219cbb721d99c1f411cd650dc7dab7793c9065a (patch) | |
| tree | 9cee7544730fd00c67b67123bfc77b32a0263e38 /usr.sbin/ppp | |
| parent | 84292608b34753dc268bb2fb6179440663c4410f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index b35c623274e2..d233899e9203 100644 --- a/usr.sbin/ppp/fsm.h +++ b/usr.sbin/ppp/fsm.h @@ -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 { |
