summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/fsm.h2
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 {