Home | History | Annotate | Download | only in pppd

Lines Matching full:osmin

2007     int osmaj, osmin, ospatch;
2019 osmaj = osmin = ospatch = 0;
2020 sscanf(utsname.release, "%d.%d.%d", &osmaj, &osmin, &ospatch);
2021 kernel_version = KVERSION(osmaj, osmin, ospatch);