summaryrefslogtreecommitdiff
path: root/net/udpcast/files/patch-statistics.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-02-18 17:03:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-02-18 17:03:44 +0000
commit2aa187699bec7db75024022ec06d264fb3bf70cd (patch)
tree94d0053b2fde78c06073f0863693de01981e2a30 /net/udpcast/files/patch-statistics.c
parentUpdate to 2.1.9. (diff)
- Update to 20081213
PR: ports/131561 Submitted by: Leon Kos <leon.kos@lecad.fs.uni-lj.si>
Notes
Notes: svn path=/head/; revision=228604
Diffstat (limited to 'net/udpcast/files/patch-statistics.c')
-rw-r--r--net/udpcast/files/patch-statistics.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/udpcast/files/patch-statistics.c b/net/udpcast/files/patch-statistics.c
deleted file mode 100644
index 176e5136b246..000000000000
--- a/net/udpcast/files/patch-statistics.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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