summaryrefslogtreecommitdiff
path: root/sys/dev/vesa/vesabiosreg.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-20 20:11:20 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-20 20:11:20 +0000
commit314a490e59e1938d0e0c5a4b187f56fe0fd9a533 (patch)
tree26b68dab3e6cb690453d9ef29644bc7669c113af /sys/dev/vesa/vesabiosreg.h
parent2fcce56307d1ceb3af1a9fc40c291d59d9cc098d (diff)
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
uncommenting it is intentional. ok deraadt@
Diffstat (limited to 'sys/dev/vesa/vesabiosreg.h')
-rw-r--r--sys/dev/vesa/vesabiosreg.h6
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 */