X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fftell.c;h=2bcc97edde2885a65d53d3192244844de33f0a32;hb=3458f09caac5234831a315d073344fc898dde077;hp=e586fdb81cfcca3289e85f441e7d9e6a6dcf736a;hpb=857523660ddabbf1e4bba1c6f5f322451991fa08;p=gnulib.git diff --git a/lib/ftell.c b/lib/ftell.c index e586fdb81..2bcc97edd 100644 --- a/lib/ftell.c +++ b/lib/ftell.c @@ -1,5 +1,5 @@ /* An ftell() function that works around platform bugs. - Copyright (C) 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 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 @@ -23,11 +23,6 @@ /* Get off_t. */ #include -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - long ftell (FILE *fp) {