diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:07:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:07:43 +0800 |
commit | 9a817b547fe90e537c56827404d82900039439f0 (patch) | |
tree | d23e4fd9477136698f8f524135de50910802c46e /www/tidy/files | |
parent | 5d0e858d642e3215a988438f36a2e3b4522a116e (diff) | |
download | freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.tar.gz freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.tar.zst freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.zip |
Update to tidy2july99
PR: 12525
Submitted by: maintainer
Diffstat (limited to 'www/tidy/files')
-rw-r--r-- | www/tidy/files/patch-ab | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/tidy/files/patch-ab b/www/tidy/files/patch-ab index cda079ba01e9..bd3d427381d9 100644 --- a/www/tidy/files/patch-ab +++ b/www/tidy/files/patch-ab @@ -1,10 +1,17 @@ ---- platform.h.orig Thu Dec 17 11:20:40 1998 -+++ platform.h Wed Dec 23 17:04:27 1998 -@@ -4,6 +4,7 @@ +--- 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" |