X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgethostname.c;h=eedc40ec4fe563123c6510af3991195265ca5ad2;hb=0d0706a5f5e05d18ab61e7f19ca407452db68a31;hp=3616810ff20ad437654fb9b930305aee6661d933;hpb=3288bf5ee8d530491ed51f7eb7f3bb8ab4c22671;p=gnulib.git diff --git a/lib/gethostname.c b/lib/gethostname.c index 3616810ff..eedc40ec4 100644 --- a/lib/gethostname.c +++ b/lib/gethostname.c @@ -1,5 +1,6 @@ /* gethostname emulation for SysV and POSIX.1. - Copyright (C) 1992, 2003 Free Software Foundation, Inc. + + Copyright (C) 1992, 2003, 2006 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 @@ -13,13 +14,11 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* David MacKenzie */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #ifdef HAVE_UNAME # include