Imported Upstream version 2.6.1
[debian/amanda] / gnulib / inet_ntop.c
index 537b59fa5c143bae5ec9a2f71afdcb4fdfa7d4e6..a49b1e39e2dfbd530d346e82d5a384234af95692 100644 (file)
@@ -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)
     {