X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcanon-host.h;h=c26db6bf76d11c2843f85abbb9f023336ca6bbd3;hb=6fea8a94379432b41d19aa2e9701de0af4db244d;hp=ab41fa381f9f916149cc97ae24b292c0f863fcb2;hpb=244d36cf55a04be72353ae32a03ab1d2dcc83626;p=gnulib.git diff --git a/lib/canon-host.h b/lib/canon-host.h index ab41fa381..c26db6bf7 100644 --- a/lib/canon-host.h +++ b/lib/canon-host.h @@ -1,22 +1,21 @@ /* Host name canonicalization - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc. Written by Derek Price - 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) any later version. + 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 3, or (at your option) + any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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 . */ #ifndef CANON_HOST_H # define CANON_HOST_H 1 @@ -25,6 +24,6 @@ char *canon_host (char const *host); char *canon_host_r (char const *host, int *cherror); const char *ch_strerror (void); -#define ch_strerror_r(cherror) gai_strerror (cherror); +# define ch_strerror_r(cherror) gai_strerror (cherror); #endif /* !CANON_HOST_H */