aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-29 06:43:57 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-29 06:43:57 +0000
commita527959946313ec8671d23338023c19da2f51b01 (patch)
tree3b1392d759622019ffddf08a5454daafc2e977cc /sys
parente62d4b517b5b4e9b3100bba5eb80514c8e9cd7ae (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sun_disklabel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h
index 43a18a19226d..c97579241216 100644
--- a/sys/sys/sun_disklabel.h
+++ b/sys/sys/sun_disklabel.h
@@ -100,4 +100,6 @@ struct sun_disklabel { /* total size = 512 bytes */
u_int16_t sl_cksum; /* xor checksum of all shorts */
};
+#ifdef CTASSERT
CTASSERT(sizeof (struct sun_disklabel) == 512);
+#endif