summaryrefslogtreecommitdiff
path: root/net/udpcast/files/patch-statistics.c
blob: 176e5136b246b24a101d8c6b9a3b4dd3605a977d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- statistics.c.orig	Tue Jul 20 10:46:11 2004
+++ statistics.c	Tue Jul 20 12:00:59 2004
@@ -37,7 +37,7 @@
 static void printFilePosition(int fd) {
 #ifndef __CYGWIN__
     if(fd != -1) {
-	loff_t offset = lseek64(fd, 0, SEEK_CUR);
+	off_t offset = lseek(fd, 0, SEEK_CUR);
 	printLongNum(offset);
     }
 #endif