K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-06-16T10:44:26.000000Z K 7 svn:log V 424 Implement 3 new functions: - g_lcm() - calculates Least Common Multiple of two given values, it is helpful when we need to find sector size for provider which is based on disks with different sector size; - g_get_mediasize() - returns media size of given provider; - g_get_sectorsize() - returns sector size of given provider; Those function aren't used now, but are used by geom_mirror which will be committed soon. END