Duh. #ifdef CTASSERT so we don't break user-land software.
This commit is contained in:
parent
e62d4b517b
commit
a527959946
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user