libarchive: Avoid using name 'u_long'
The system headers on some platforms define a 'u_long' type so we cannot use the name. Spell out 'unsigned long' instead.
Showing
Please register or sign in to comment
The system headers on some platforms define a 'u_long' type so we cannot use the name. Spell out 'unsigned long' instead.