Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
ce6296ca
Commit
ce6296ca
authored
Jun 23, 2022
by
Kirk McKusick
Browse files
Fix build break in
50dc4c7d
.
No functional change intended. MFC after: 1 month (with
076002f2
)
parent
50dc4c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/ufs/ffs/ffs_subr.c
View file @
ce6296ca
...
...
@@ -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 (" \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment