Skip to content

remove the few remaining nonstandard aliases for unsigned types

Bor Groselj Simic requested to merge turminal/pcmciautils:unsigned_int into master

Usage of unsigned int/long is prevalent in the code but the places that use u_int/u_long cause problems on systems with musl libc.

Merge request reports

Loading