CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/11 10:54:28
Modified files:
sbin/disklabel : disklabel.c extern.h
Log message:
readlabel() either errored out or returned a pointer to the global
'lab'. So there is no need for the return value. Just use &lab
wherever it was used. No functional change.
Slightly different version read ok to blambert@
