]> Savannah Git Hosting - gnulib.git/commit
inet-ntop, inet-pton: Avoid obsolete u_char type.
authorSimon Josefsson <simon@josefsson.org>
Mon, 6 May 2024 12:56:08 +0000 (14:56 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 6 May 2024 12:56:08 +0000 (14:56 +0200)
commit2adbe3be9e278cfc66289bbd9c8c433db84d5ce4
treec6946836271e2323fbd919509dbe2bc75ce275e5
parent655328ba465b4ab4edc6b4b2e411c6e4af35c2bd
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.
ChangeLog
lib/inet_ntop.c
lib/inet_pton.c