Home
last modified time | relevance | path

Searched refs:patchlevel2 (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/lib/mirror/
H A Dmirrored.c363 unsigned maj2, min2, patchlevel2; in _mirrored_target_present() local
387 sscanf(vsn, "%u.%u.%u", &maj2, &min2, &patchlevel2) == 3 && in _mirrored_target_present()
388 maj2 == 4 && min2 == 5 && patchlevel2 == 0))) /* RHEL4U3 */ in _mirrored_target_present()