X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstrtoll.c;h=f61f5ada64d2c403702086b44e9fdc0b58d40215;hb=8579e67153c2b71f4d6e36c274b279dd6429b37d;hp=921ddbe8d717972c911bac959868f74f060686d2;hpb=b747607866185b6db29c21c9b7f368c8b14e794f;p=gnulib.git diff --git a/lib/strtoll.c b/lib/strtoll.c index 921ddbe8d..f61f5ada6 100644 --- a/lib/strtoll.c +++ b/lib/strtoll.c @@ -1,7 +1,6 @@ /* Function to parse a `long long int' from text. - - Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. + This file is part of the GNU C Library. 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 @@ -15,11 +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. */ #define QUAD 1 -#include "strtol.c" +#include #ifdef _LIBC # ifdef SHARED