diff options
Diffstat (limited to 'packages/gsm/files/mlbuf-static-bss.patch')
-rw-r--r-- | packages/gsm/files/mlbuf-static-bss.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/gsm/files/mlbuf-static-bss.patch b/packages/gsm/files/mlbuf-static-bss.patch deleted file mode 100644 index 65b3449e55..0000000000 --- a/packages/gsm/files/mlbuf-static-bss.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: gsm/src/gsmd/atcmd.c -=================================================================== ---- gsm.orig/src/gsmd/atcmd.c 2007-07-31 11:44:51.000000000 +0200 -+++ gsm/src/gsmd/atcmd.c 2007-07-31 11:45:09.000000000 +0200 -@@ -171,13 +171,14 @@ - return -1; - } - -+static char mlbuf[MLPARSE_BUF_SIZE]; -+static int mlbuf_len; -+ - static int ml_parse(const char *buf, int len, void *ctx) - { - struct gsmd *g = ctx; - struct gsmd_atcmd *cmd = NULL; -- static char mlbuf[MLPARSE_BUF_SIZE]; - int rc = 0, final = 0; -- int mlbuf_len; - - DEBUGP("buf=`%s'(%d)\n", buf, len); - |