diff options
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ ffs_clrblock(fs, cp, h) cp[h >> 3] &= ~(0x01 << (h & 0x7)); return; default: - panic("ffs_clrblock"); + assert (0); } } |