X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetaddrinfo.c;h=3415e74ddf333ca6ab078257e299558ce227ac1e;hb=cbf7a84bcf8194d6687244fb0e0701539aeeee21;hp=d9bc058d449e792a66ad5d38d8423af39d715ea3;hpb=1b612639b0d75ca13f87f3ae5b1eda423cb21655;p=gnulib.git diff --git a/lib/getaddrinfo.c b/lib/getaddrinfo.c index d9bc058d4..3415e74dd 100644 --- a/lib/getaddrinfo.c +++ b/lib/getaddrinfo.c @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ #include @@ -332,7 +331,7 @@ getaddrinfo (const char *restrict nodename, return 0; } -/* Free `addrinfo' structure AI including associated storage. */ +/* Free 'addrinfo' structure AI including associated storage. */ void freeaddrinfo (struct addrinfo *ai) {