FS-2746 --resolve large xmlrpc update thanks garmt

This commit is contained in:
Jeff Lenk
2012-10-13 11:37:25 -05:00
parent 37ecad9903
commit 6b6c83a718
397 changed files with 41822 additions and 33841 deletions

View File

@@ -2,6 +2,7 @@
both by timeout and by control-C.
*/
#define _XOPEN_SOURCE 600
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
@@ -110,7 +111,7 @@ addInterruptibly(xmlrpc_client * const clientP,
int
main(int const argc,
const char ** const argv ATTR_UNUSED) {
const char ** const argv) {
const char * const serverUrl = "http://localhost:8080/RPC2";