X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetnline.c;h=21ab0ac277382c7e150cb4451d0e6703300a13e6;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=9b2ce3ba0ac7005077e840db7ee1c60921ddd378;hpb=d175970f402a07706f7cf82b032be5037b2cebb5;p=gnulib.git diff --git a/lib/getnline.c b/lib/getnline.c index 9b2ce3ba0..21ab0ac27 100644 --- a/lib/getnline.c +++ b/lib/getnline.c @@ -1,6 +1,6 @@ /* getnline - Read a line from a stream, with bounded memory allocation. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 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 @@ -14,11 +14,9 @@ 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. */ -#if HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "getnline.h"