X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnulib%2Finet_ntop.c;h=a49b1e39e2dfbd530d346e82d5a384234af95692;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=537b59fa5c143bae5ec9a2f71afdcb4fdfa7d4e6;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/gnulib/inet_ntop.c b/gnulib/inet_ntop.c index 537b59f..a49b1e3 100644 --- a/gnulib/inet_ntop.c +++ b/gnulib/inet_ntop.c @@ -4,7 +4,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, @@ -70,8 +70,8 @@ static const char *inet_ntop6 (const unsigned char *src, char *dst, socklen_t si * Paul Vixie, 1996. */ const char * -inet_ntop (int af, const void *restrict src, - char *restrict dst, socklen_t cnt) +inet_ntop (int af, const void *src, + char *dst, socklen_t cnt) { switch (af) {