X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnulib%2Finet_ntop.h;h=aecb214134326d1d124d7c47b22a365c60f81dcf;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=bd1e085aed9418ee354ae9c8d649b3ead3d0044c;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/gnulib/inet_ntop.h b/gnulib/inet_ntop.h index bd1e085..aecb214 100644 --- a/gnulib/inet_ntop.h +++ b/gnulib/inet_ntop.h @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -37,6 +37,6 @@ . */ #if !HAVE_DECL_INET_NTOP -extern const char *inet_ntop (int af, const void *restrict src, - char *restrict dst, socklen_t cnt); +extern const char *inet_ntop (int af, const void *src, + char *dst, socklen_t cnt); #endif