CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/19 17:11:57
Modified files:
sbin/fdisk : part.c
Log message:
"%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous
blanks to the end of the line.
Unexpected line wrapping noticed by kettenis@, cause spotted by deraadt@
Nuke an unused variable in passing.
