summaryrefslogtreecommitdiff
path: root/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch')
-rw-r--r--app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
deleted file mode 100644
index ec957b40c5cd..000000000000
--- a/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur vmoconv-1.0.orig/src/gsm2vmo.c vmoconv-1.0/src/gsm2vmo.c
---- vmoconv-1.0.orig/src/gsm2vmo.c 2008-06-15 12:57:07.000000000 -0400
-+++ vmoconv-1.0/src/gsm2vmo.c 2008-06-15 12:57:36.000000000 -0400
-@@ -27,7 +27,7 @@
- * 12 bit header and 260 bits standard GSM frame, as described
- * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
- */
--
-+#include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-diff -Naur vmoconv-1.0.orig/src/vmo2gsm.c vmoconv-1.0/src/vmo2gsm.c
---- vmoconv-1.0.orig/src/vmo2gsm.c 2008-06-15 12:57:07.000000000 -0400
-+++ vmoconv-1.0/src/vmo2gsm.c 2008-06-15 12:57:36.000000000 -0400
-@@ -27,7 +27,7 @@
- * 12 bit header and 260 bits standard GSM frame, as described
- * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
- */
--
-+#include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>