summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mca_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/mca_machdep.c')
-rw-r--r--sys/i386/isa/mca_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/mca_machdep.c b/sys/i386/isa/mca_machdep.c
index 6b71206..13879f1 100644
--- a/sys/i386/isa/mca_machdep.c
+++ b/sys/i386/isa/mca_machdep.c
@@ -59,7 +59,7 @@ struct sys_config {
#define FEATURE_IC2 0x40 /* Second interrupt chip present */
#define FEATURE_DMA3 0x80 /* DMA channel 3 used by hard disk BIOS */
u_int8_t pad[3];
-} __attribute__ ((packed));
+} __packed;
/* Function Prototypes */
static void bios_mcabus_present (void *);
OpenPOWER on IntegriCloud