X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoll.c;h=8e9b26190e28efc253f16ab0f2a15c34c8f94547;hb=4cb984dac2d2acc60cfbde042c72b9dcafd40177;hp=921ddbe8d717972c911bac959868f74f060686d2;hpb=b747607866185b6db29c21c9b7f368c8b14e794f;p=gnulib.git diff --git a/lib/strtoll.c b/lib/strtoll.c index 921ddbe8d..8e9b26190 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 @@ -19,7 +18,7 @@ #define QUAD 1 -#include "strtol.c" +#include #ifdef _LIBC # ifdef SHARED