summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/diskpc98.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index bf37b8a..c0922af 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -60,5 +60,8 @@ struct dos_partition {
unsigned short dp_ecyl; /* end cylinder */
unsigned char dp_name[16];
};
+#ifdef CTASSERT
+CTASSERT(sizeof (struct dos_partition) == 32);
+#endif
#endif /* !_SYS_DISKPC98_H_ */
OpenPOWER on IntegriCloud