From aa837e9aedf3d4a5b9e32c8c1bed97be0e38cf51 Mon Sep 17 00:00:00 2001
From: "\"Steven J. Hill\"" <sjhill@realitydiluted.com>
Date: Sun, 20 Nov 2005 00:47:10 +0000
Subject: You included the wrong file. Check your work better next time. You
 get a big fat "F" for this one.

---
 libc/stdio/ftello64.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'libc')

diff --git a/libc/stdio/ftello64.c b/libc/stdio/ftello64.c
index 3ba201968..f3b289eee 100644
--- a/libc/stdio/ftello64.c
+++ b/libc/stdio/ftello64.c
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define FTELL				__ftello64
+# define FTELL			__ftello64
 # define OFFSET_TYPE		__off64_t
-# include "fgetpos.c"
+# include "ftello.c"
 #endif
-- 
cgit v1.2.3