CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/18 11:03:06
Modified files:
lib/libutil : opendev.c
Log message:
If a request to opendev(3) is given in the form of a disklabel UID,
open /dev/diskmap and perform a DIOCMAP ioctl in order to open the actual
device. As a result, all programs which make use of opendev(3) can now
operate with disklabel UIDs.
Feedback from millert@
ok millert@ krw@ thib@
