aboutsummaryrefslogtreecommitdiff
path: root/libraries/gsm/patches/gsm-1.0.12-memcpy.patch
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2022-07-15 17:53:19 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-17 06:40:07 +0700
commit2c1bdc5aea3bcbb22aa9b5ad07ce72890ddd7ba9 (patch)
tree19e4d8993f6f85854b68877bf2bf91a6dc777c31 /libraries/gsm/patches/gsm-1.0.12-memcpy.patch
parent7a8d59f5126de33dba917998c8830dedb4331632 (diff)
libraries/gsm: Updated for version 1.0.20.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gsm/patches/gsm-1.0.12-memcpy.patch')
-rw-r--r--libraries/gsm/patches/gsm-1.0.12-memcpy.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/gsm/patches/gsm-1.0.12-memcpy.patch b/libraries/gsm/patches/gsm-1.0.12-memcpy.patch
deleted file mode 100644
index fc3c1ce232d93..0000000000000
--- a/libraries/gsm/patches/gsm-1.0.12-memcpy.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur gsm-1.0-pl12.orig/src/code.c gsm-1.0-pl12/src/code.c
---- gsm-1.0-pl12.orig/src/code.c 2006-04-26 22:16:50.000000000 +0300
-+++ gsm-1.0-pl12/src/code.c 2007-08-19 12:18:01.000000000 +0300
-@@ -8,6 +8,7 @@
-
- #include "config.h"
-
-+#include <string.h>
-
- #ifdef HAS_STDLIB_H
- #include <stdlib.h>