a326f9da3c18a4ccfb28e72f87161eaf3624eaf2 |
|
27-Sep-2015 |
Timo Sirainen <tss@iki.fi> |
Fixed compiler warnings in some systems.
major() and minor() are unsigned ints nowadays, but in Solaris it's major_t.
Cast them explicitly to avoid compiler warnings, and use unsigned longs
instead of unsigned ints just in case. |