diff options
Diffstat (limited to 'sys/dev/vesa')
-rw-r--r-- | sys/dev/vesa/vesabiosreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vesa/vesabiosreg.h b/sys/dev/vesa/vesabiosreg.h index 131259a9cfe..2f147c91873 100644 --- a/sys/dev/vesa/vesabiosreg.h +++ b/sys/dev/vesa/vesabiosreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vesabiosreg.h,v 1.1 2006/11/27 18:04:28 gwk Exp $ */ +/* $OpenBSD: vesabiosreg.h,v 1.2 2010/11/20 20:11:19 miod Exp $ */ /* * Written by M. Drochner @@ -49,13 +49,13 @@ struct modeinfoblock { uint32_t MaxPixelClock; uint8_t Reserved4[189]; #endif -} __attribute__ ((packed)); +} __packed; struct paletteentry { uint8_t Blue; uint8_t Green; uint8_t Red; uint8_t Alignment; -} __attribute__ ((packed)); +} __packed; #endif /* !_VESABIOSREG_H */ |