Index: head/net/wmlj/files/patch-src_network.c =================================================================== --- head/net/wmlj/files/patch-src_network.c (nonexistent) +++ head/net/wmlj/files/patch-src_network.c (revision 415034) @@ -0,0 +1,24 @@ +--- src/network.c.orig 2016-05-11 21:04:11 UTC ++++ src/network.c +@@ -72,7 +72,7 @@ skipline(char *text) { + } + + static char* +-getline(char *text) { ++get_line(char *text) { + int len; + char *str; + +@@ -113,10 +113,10 @@ parse_response(char *buf) { + int read_keys = 0; + + while (*buf) { +- key = getline(buf); ++ key = get_line(buf); + buf = skipline(buf); + if (*buf) { +- val = getline(buf); ++ val = get_line(buf); + buf = skipline(buf); + + g_hash_table_insert(hash, g_strdup(key), g_strdup(val)); Property changes on: head/net/wmlj/files/patch-src_network.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property