From a53ff77a8c22f280146153ed37492ed260cdc34a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Jul 2011 09:42:48 -0700 Subject: [PATCH] ftell: don't include * lib/ftell.c: Don't include . is now guaranteed to define off_t, and the ftell module depends on the stdio module. --- ChangeLog | 5 +++++ lib/ftell.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63c036764..bc6aef8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,11 @@ 2011-07-24 Paul Eggert + ftell: don't include + * lib/ftell.c: Don't include . is now + guaranteed to define off_t, and the ftell module depends on the + stdio module. + ftell: do not assume wraparound signed arithmetic * lib/ftell.c: Include . (ftell): Don't assume wraparound signed arithmetic. diff --git a/lib/ftell.c b/lib/ftell.c index babba353b..ebf0bb7b5 100644 --- a/lib/ftell.c +++ b/lib/ftell.c @@ -21,8 +21,6 @@ #include #include -/* Get off_t. */ -#include long ftell (FILE *fp) -- 2.11.0