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 | 722776a1b5997cfc5a0dbf936fae9f4e20f600c1 (patch) | |
| tree | 1725ca3b173a46ee7972a82d03434c391bf23aec | |
| parent | 343851b0b1768bda70ef6d1b997bb608d31ac8c9 (diff) | |
Formerly subr.c.~5~
| -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); } } |
