X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finet_pton.c;h=a9c9bafdef18fc307bc4c6fe71a3ab49c8427cd3;hb=5ca4b90d06ed5871ed0bf7bd59dbbf23b69a00ea;hp=62ef145950544800c84e1bf468997a07ada12404;hpb=b2c82cb0e5e8122a163291ce009ec5c7f7bb1a44;p=gnulib.git diff --git a/lib/inet_pton.c b/lib/inet_pton.c index 62ef14595..a9c9bafde 100644 --- a/lib/inet_pton.c +++ b/lib/inet_pton.c @@ -1,6 +1,6 @@ /* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form - Copyright (C) 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc. 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 @@ -41,10 +41,6 @@ #include #include -#ifndef EAFNOSUPPORT -# define EAFNOSUPPORT EINVAL -#endif - #define NS_INADDRSZ 4 #define NS_IN6ADDRSZ 16 #define NS_INT16SZ 2