From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/inet_ntop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gl/inet_ntop.c') diff --git a/gl/inet_ntop.c b/gl/inet_ntop.c index 0a4ba20e..df3d9512 100644 --- a/gl/inet_ntop.c +++ b/gl/inet_ntop.c @@ -1,6 +1,6 @@ /* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form - Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -117,7 +117,7 @@ inet_ntop (int af, const void *restrict src, * 'dst' (as a const) * notes: * (1) uses no statics - * (2) takes a u_char* not an in_addr as input + * (2) takes a 'unsigned char *' not an in_addr as input * author: * Paul Vixie, 1996. */ -- cgit v1.2.3-74-g34f1