diff options
Diffstat (limited to 'testing/droplet/droplet-json-c.patch')
-rw-r--r-- | testing/droplet/droplet-json-c.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/droplet/droplet-json-c.patch b/testing/droplet/droplet-json-c.patch deleted file mode 100644 index 783c7aba94..0000000000 --- a/testing/droplet/droplet-json-c.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/libdroplet/cdmi/replyparser.c b/libdroplet/cdmi/replyparser.c -index d5791cc..1689dff 100644 ---- a/libdroplet/cdmi/replyparser.c -+++ b/libdroplet/cdmi/replyparser.c -@@ -32,7 +32,7 @@ - * https://github.com/scality/Droplet - */ - #include "dropletp.h" --#include <json/json.h> -+#include <json-c/json.h> - - //#define DPRINTF(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__) - #define DPRINTF(fmt,...) -diff --git a/libdroplet/include/dropletp.h b/libdroplet/include/dropletp.h -index f765c59..3867c43 100644 ---- a/libdroplet/include/dropletp.h -+++ b/libdroplet/include/dropletp.h -@@ -58,7 +58,7 @@ - #include <openssl/rand.h> - #include <libxml/parser.h> - #include <libxml/tree.h> --#include <json/json.h> -+#include <json-c/json.h> - #include <sys/types.h> - #include <pwd.h> - #include <fcntl.h> |