aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2003-05-12 18:15:33 +0000
committerMaxime Henrion <mux@FreeBSD.org>2003-05-12 18:15:33 +0000
commit72490791a84b54191d9661027221725c33904c0b (patch)
treef04b7cc0ee669b85758f0703fb461daae0ad699b /sys
parent014ed75b27dc76f930ae1ed7782f8569e04204b0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxpreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h
index ab3d2d0ca893..be06c250de43 100644
--- a/sys/dev/fxp/if_fxpreg.h
+++ b/sys/dev/fxp/if_fxpreg.h
@@ -362,7 +362,7 @@ struct fxp_rfa {
u_int8_t rfax_csum_sts;
u_int8_t rfax_zerocopy_sts;
u_int8_t rfax_pad[8];
-};
+} __packed;
#define FXP_RFAX_LEN 16
#define FXP_RFA_STATUS_RCOL 0x0001 /* receive collision */