netatalk icon indicating copy to clipboard operation
netatalk copied to clipboard

[2.4] Convert all u_int to ISO uint

Open dgsga opened this issue 1 year ago • 1 comments

dgsga avatar May 19 '24 14:05 dgsga

@rdmark, should we also consider changing: u_short to unsigned short u_long to unsigned long u_char to unsigned char

ghost avatar May 20 '24 09:05 ghost

Sure, go for it. It seems Sonarcloud complains about this?

rdmark avatar May 20 '24 09:05 rdmark

Looks good to me. Only question is the wolfcrypt header. I'm not sure what those data types are, and if it was me I'd leave them as-is. :)

rdmark avatar Jun 01 '24 11:06 rdmark