Commit 2adbe3be9e278cfc66289bbd9c8c433db84d5ce4

Simon Josefsson 2024-05-06T14:56:08

inet-ntop, inet-pton: Avoid obsolete u_char type. * lib/inet_pton.c (inet_pton6): Use unsigned char instead of u_char. * lib/inet_ntop.c: Doc fix.