summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-15 17:58:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-15 17:58:08 +0000
commitb36c0f1892a2c5d66b9fc12faea7479678593872 (patch)
tree8a59b4e7ce502f3e5007bc108fecdb6b09e63a7e /ufs
parentdbc48a1fc573f362b3afc7e76b261044aef5a698 (diff)
Formerly subr.c.~6~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/subr.c b/ufs/subr.c
index 5a6acd88..5833dfef 100644
--- a/ufs/subr.c
+++ b/ufs/subr.c
@@ -197,7 +197,7 @@ ffs_clrblock(fs, cp, h)
cp[h >> 3] &= ~(0x01 << (h & 0x7));
return;
default:
- panic("ffs_clrblock");
+ assert (0);
}
}