diff options
Diffstat (limited to 'packages/gsm/files/libgsmd-tool-fix.patch')
-rw-r--r-- | packages/gsm/files/libgsmd-tool-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/gsm/files/libgsmd-tool-fix.patch b/packages/gsm/files/libgsmd-tool-fix.patch deleted file mode 100644 index 8938f5a682..0000000000 --- a/packages/gsm/files/libgsmd-tool-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: gsm/src/util/atcmd.c -=================================================================== ---- gsm.orig/src/util/atcmd.c 2007-07-31 11:44:32.000000000 +0200 -+++ gsm/src/util/atcmd.c 2007-07-31 11:46:44.000000000 +0200 -@@ -91,9 +91,11 @@ - continue; - } - printf("STR=`%s'\n", buf); -+ -+ /* this is a synchronous call for a passthrough -+ * command */ -+ lgsm_passthrough(lgsmh, buf, rbuf, &rlen); -+ printf("RSTR=`%s'\n", rbuf); - } -- /* this is a synchronous call for a passthrough command */ -- lgsm_passthrough(lgsmh, buf, rbuf, &rlen); -- printf("RSTR=`%s'\n", rbuf); - } - } |