Fix build break in 50dc4c7.

No functional change intended.

MFC after:   1 month (with 076002f24d)
This commit is contained in:
Kirk McKusick 2022-06-23 19:54:18 -07:00
parent 50dc4c7df4
commit ce6296caa3

View File

@ -309,6 +309,7 @@ readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk,
* Verify the filesystem values.
*/
#define ILOG2(num) (fls(num) - 1)
#undef CHK
#define CHK(lhs, op, rhs, fmt) \
if (lhs op rhs) { \
printf("UFS%d superblock failed: %s (" #fmt ") %s %s (" \