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
commit77c9a5916399a236bda1512d7c11269e40bc1863 (patch)
tree3b154de7e847f1ca7ac23bb8b12e4ccb9a727c3a
parentbb89bfc8573f232704f418bc18a5261f733f11f7 (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);
}
}