CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/03 16:27:04
Modified files:
sbin/disklabel : editor.c
Log message:
No need to call editor_countfree() when displaying all the free
chunks in the 'r' editor command. Just add up chunks as they are
displayed. Eliminates pointless second invocation of
free_chunks().
Increment the chunk pointer rather than using iteration
variable + indexing.
No intentional functional change.
