diff options
-rw-r--r-- | ufs/subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ ffs_clrblock(fs, cp, h) cp[h >> 3] &= ~(0x01 << (h & 0x7)); return; default: - panic("ffs_clrblock"); + assert (0); } } |
index : teythoon/packaging/hurd.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ufs/subr.c | 2 |
@@ -197,7 +197,7 @@ ffs_clrblock(fs, cp, h) cp[h >> 3] &= ~(0x01 << (h & 0x7)); return; default: - panic("ffs_clrblock"); + assert (0); } } |