nixpkgs/pkgs/tools/text/xml/html-xml-utils/no-Boolean-type.patch
Shea Levy e1ea4e3800 Add htm-xml-utils
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-17 14:11:15 -04:00

21 lines
699 B
Diff

diff -Naur html-xml-utils-6.4-orig/openurl.c html-xml-utils-6.4/openurl.c
--- html-xml-utils-6.4-orig/openurl.c 2012-10-23 09:55:12.000000000 -0400
+++ html-xml-utils-6.4/openurl.c 2013-10-17 14:05:11.424077842 -0400
@@ -66,6 +66,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <assert.h>
+#include <stdbool.h>
#include "export.h"
#if HAVE_LIBCURL && !HAVE_FOPENCOOKIE
# include "fopencookie.e" /* Use our own fopencookie() */
@@ -505,7 +506,7 @@
const conststring path, Dictionary request,
Dictionary response, int maxredirs, int *status)
{
- Boolean delete_response = !response;
+ bool delete_response = !response;
conststring h, v;
char buf[BUFLEN];
int fd, n, i;