CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/17 04:16:09
Modified files:
sys/sys : disklabel.h
Log message:
Introduce new DL_PARTNUM2NAME() and DL_PARTNAME2NUM() inline functions
which will replace the unusable 'a'+partnum and partnum-'a' patterns
throughout the tree. These support a-zA-Z, but clamp to MAXPARTITIONS,
and return -1 for out of range values.
ok krw
