summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch')
-rw-r--r--meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch b/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
deleted file mode 100644
index 9ff1c9d28e..0000000000
--- a/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Upstream-Status: Inappropriate [not used]
2
3--- gsm/src/libgsmd/libgsmd.c.orig 2007-09-25 00:41:56.000000000 -0500
4+++ gsm/src/libgsmd/libgsmd.c 2007-09-25 00:43:44.000000000 -0500
5@@ -210,7 +210,7 @@
6 pos += rc;
7 }
8 }
9- return 0;
10+ return (sizeof(*gmh) + gmh->len);
11 }
12
13 struct gsmd_msg_hdr *lgsm_gmh_fill(int type, int subtype, int payload_len)