summaryrefslogtreecommitdiff
path: root/net/sipsak/patches/patch-header__f.c
blob: 835146506ed4777fec4748dd1f56e265d4d41707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-header__f.c,v 1.1 2013/01/11 00:01:33 joerg Exp $

--- header_f.c.orig	2013-01-10 23:04:22.000000000 +0000
+++ header_f.c
@@ -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) {