remove the few remaining nonstandard aliases for unsigned types
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.
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.