diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:22:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:27:25 +0200 |
commit | 625698af8ad1e38993a88109302cc89864b6a406 (patch) | |
tree | 2003fbf739a9fc7677694bee126fb195238cfe58 /package/sipsak/patches/patch-header_f_h | |
parent | f17d3675cfc24014b2b24fb324780f5636b32c75 (diff) |
sipsak: fix compile
Diffstat (limited to 'package/sipsak/patches/patch-header_f_h')
-rw-r--r-- | package/sipsak/patches/patch-header_f_h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/sipsak/patches/patch-header_f_h b/package/sipsak/patches/patch-header_f_h new file mode 100644 index 000000000..922599d28 --- /dev/null +++ b/package/sipsak/patches/patch-header_f_h @@ -0,0 +1,9 @@ +--- sipsak-0.9.6.orig/header_f.h 2006-01-28 22:11:50.000000000 +0100 ++++ sipsak-0.9.6/header_f.h 2016-09-23 18:49:14.964003070 +0200 +@@ -61,5 +61,5 @@ void new_transaction(char *message); + + void print_message_line(char *message); + +-inline char* get_body(char *mes); ++char* get_body(char *mes); + #endif |