summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xftell.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-03-06 14:23:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-03-06 14:23:07 +0000
commitd73557349c4fa0cd2b7f010f4d4b32781496327f (patch)
tree8f9d7279b3f678e7f0cdf69a3e1738101aac4def /Build/source/texk/kpathsea/xftell.c
parenta00938dec2284ec31176df5dece347544ac58c03 (diff)
update LFS - part 1 of 4
git-svn-id: svn://tug.org/texlive/trunk@6870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/xftell.c')
-rw-r--r--Build/source/texk/kpathsea/xftell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/xftell.c b/Build/source/texk/kpathsea/xftell.c
index 541a3ec1171..ba1e00d369b 100644
--- a/Build/source/texk/kpathsea/xftell.c
+++ b/Build/source/texk/kpathsea/xftell.c
@@ -21,10 +21,10 @@
#include <kpathsea/config.h>
-off_t
+unsigned long
xftell P2C(FILE *, f, string, filename)
{
- off_t where = ftello (f);
+ long where = ftello (f);
if (where < 0)
FATAL_PERROR(filename);