diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:50:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:50:51 +0000 |
commit | 77c9a5916399a236bda1512d7c11269e40bc1863 (patch) | |
tree | 3b154de7e847f1ca7ac23bb8b12e4ccb9a727c3a /ufs/subr.c | |
parent | bb89bfc8573f232704f418bc18a5261f733f11f7 (diff) |
Formerly subr.c.~5~
Diffstat (limited to 'ufs/subr.c')
-rw-r--r-- | ufs/subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |