summaryrefslogtreecommitdiff
path: root/multimedia/xawtv/files/patch-console::showqt.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xawtv/files/patch-console::showqt.c')
-rw-r--r--multimedia/xawtv/files/patch-console::showqt.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/xawtv/files/patch-console::showqt.c b/multimedia/xawtv/files/patch-console::showqt.c
deleted file mode 100644
index 970608babebe..000000000000
--- a/multimedia/xawtv/files/patch-console::showqt.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- console/showqt.c.orig Tue Nov 19 23:49:53 2002
-+++ console/showqt.c Tue Nov 19 23:57:26 2002
-@@ -11,6 +11,15 @@
- #include <inttypes.h>
- #include <time.h>
-
-+#if !defined(PRId64)
-+#define PRId64 "lld"
-+#endif
-+
-+#if !defined(PRIx64)
-+#define PRIx64 "llX"
-+#endif
-+
-+
- #if BYTE_ORDER == LITTLE_ENDIAN
- # define SWAP2(x) (((x>>8) & 0x00ff) |\
- ((x<<8) & 0xff00))