summaryrefslogtreecommitdiff
path: root/package/sipsak/patches/patch-header_f_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:43:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:48:06 +0100
commit4c1de6f5b389d2f2ee3fb5a984a59431c4af5aa0 (patch)
tree5bed00d291883d6d2cae04640c1925006c97ca92 /package/sipsak/patches/patch-header_f_c
parent0bfb6805ffa32cf6a3d73cef1490276412fad947 (diff)
sipsak: update to 0.9.8.1
Diffstat (limited to 'package/sipsak/patches/patch-header_f_c')
-rw-r--r--package/sipsak/patches/patch-header_f_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/sipsak/patches/patch-header_f_c b/package/sipsak/patches/patch-header_f_c
deleted file mode 100644
index ed142ade5..000000000
--- a/package/sipsak/patches/patch-header_f_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sipsak-0.9.6.orig/header_f.c 2006-01-28 22:11:50.000000000 +0100
-+++ sipsak-0.9.6/header_f.c 2016-09-23 18:49:25.092385094 +0200
-@@ -604,7 +604,7 @@ void print_message_line(char *message)
- }
-
- /* return pointer to the beginning of the message body */
--inline char* get_body(char *mes) {
-+char* get_body(char *mes) {
- char *cr;
-
- if ((cr = strstr(mes, "\r\n\r\n")) != NULL) {