CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/04 16:32:05
Modified files:
sys/kern : subr_extent.c
Log message:
Make extent_print() use printf to avoid the pagination that db_printf
provides, while keeping this behaviour for extent_print_all() which is
only called by ddb. Based on a diff from dera...@.
