diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 17:58:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 17:58:08 +0000 |
commit | b36c0f1892a2c5d66b9fc12faea7479678593872 (patch) | |
tree | 8a59b4e7ce502f3e5007bc108fecdb6b09e63a7e /ufs | |
parent | dbc48a1fc573f362b3afc7e76b261044aef5a698 (diff) |
Formerly subr.c.~6~
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); } } |