Duh. #ifdef CTASSERT so we don't break user-land software.

This commit is contained in:
Poul-Henning Kamp 2002-10-29 06:43:57 +00:00
parent e62d4b517b
commit a527959946

View File

@ -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