summaryrefslogtreecommitdiff
path: root/www/tidy-devel/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/tidy-devel/files/patch-ab')
-rw-r--r--www/tidy-devel/files/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab
deleted file mode 100644
index bd3d427381d9..000000000000
--- a/www/tidy-devel/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- platform.h.orig Mon Jun 28 07:22:09 1999
-+++ platform.h Wed Jun 30 23:17:07 1999
-@@ -4,13 +4,13 @@
- See tidy.c for the copyright notice.
- */
-
-+#include <sys/types.h>
- #include <ctype.h>
- #include <stdio.h>
- #include <setjmp.h> /* for longjmp on error exit */
- #include <stdlib.h>
- #include <stdarg.h> /* may need <varargs.h> for Unix V */
- #include <string.h>
--#include <malloc.h>
- #include <assert.h>
-
- #define ACCESS_URL "http://www.w3.org/WAI/GL"