summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-15 16:50:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-15 16:50:51 +0000
commit722776a1b5997cfc5a0dbf936fae9f4e20f600c1 (patch)
tree1725ca3b173a46ee7972a82d03434c391bf23aec
parent343851b0b1768bda70ef6d1b997bb608d31ac8c9 (diff)
Formerly subr.c.~5~
-rw-r--r--ufs/subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/subr.c b/ufs/subr.c
index 1730e737..5a6acd88 100644
--- a/ufs/subr.c
+++ b/ufs/subr.c
@@ -169,7 +169,7 @@ ffs_isblock(fs, cp, h)
mask = 0x01 << (h & 0x7);
return ((cp[h >> 3] & mask) == mask);
default:
- panic("ffs_isblock");
+ assert (0);
}
}