freebsd-src/sbin/fsdb
Chuck Silvers 84768d1149 fsdb: add missing bufinit() call
The bufinit() call in fsck_ffs was moved in commit f190f9193b
from a function that is shared with fsdb to one that is private to fsck_ffs,
so add a bufinit() call in fsdb to compensate for that.

Reviewed by:	mckusick
Sponsored by:	Netflix
2021-05-25 09:42:10 -07:00
..
fsdb.8 fsdb(8): Fix an issue reported by mandoc 2020-10-03 18:44:13 +00:00
fsdb.c fsdb: add missing bufinit() call 2021-05-25 09:42:10 -07:00
fsdb.h Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
fsdbutil.c The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so 2020-09-19 20:06:12 +00:00
Makefile
Makefile.depend