CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/21 06:50:09
Modified files:
sbin/disklabel : disklabel.c editor.c extern.h
Log message:
Add a parameter 'action' to mpfree() so it can optionally discard
or keep the memory pointed at by the char ** parameter.
Allows mpfree() to be used against the global mountpoints[] and
eliminates a couple of manual loops to free the current contents
of mountpoints[].
No intentional functional change.
