summaryrefslogtreecommitdiff
path: root/multimedia/helixplayer/files/patch-timeval
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/helixplayer/files/patch-timeval')
-rw-r--r--multimedia/helixplayer/files/patch-timeval16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/helixplayer/files/patch-timeval b/multimedia/helixplayer/files/patch-timeval
deleted file mode 100644
index 7f82a656c65b..000000000000
--- a/multimedia/helixplayer/files/patch-timeval
+++ /dev/null
@@ -1,16 +0,0 @@
---- common/util/pub/timeval.h Thu Jul 8 21:48:01 2004
-+++ common/util/pub/timeval.h Sat Jul 8 13:09:00 2006
-@@ -74,5 +74,5 @@
- #endif
-
--#if !(defined _UNIX && (defined _LONG_IS_64 || defined _VXWORKS))
-+#if 0
- Timeval(int sec, int usec);
- Timeval(int usec);
-@@ -124,5 +124,5 @@
- }
-
--#if !(defined _UNIX && (defined _LONG_IS_64 || defined _VXWORKS))
-+#if 0
-
- inline Timeval::Timeval(int s, int us) {