diff options
Diffstat (limited to 'www/tidy/files/patch-ab')
-rw-r--r-- | www/tidy/files/patch-ab | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/www/tidy/files/patch-ab b/www/tidy/files/patch-ab index d178ef5b3673..7493b2df4ba8 100644 --- a/www/tidy/files/patch-ab +++ b/www/tidy/files/patch-ab @@ -1,22 +1,13 @@ ---- platform.h.orig Sat Nov 13 23:41:32 1999 -+++ platform.h Sat Nov 13 23:42:40 1999 -@@ -17,17 +17,17 @@ +--- platform.h.orig Thu Jan 13 07:19:19 2000 ++++ platform.h Mon Mar 27 16:31:20 2000 +@@ -17,9 +17,8 @@ It enables tidy to find config files named ~/.tidyrc and ~your/.tidyrc etc if the HTML_TIDY environment variable is not set. Contributed by Todd Lewis. -+*/ +- +-#define SUPPORT_GETPWNAM + */ ++#define SUPPORT_GETPWNAM - #define SUPPORT_GETPWNAM --*/ - -+#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> - - #ifdef SUPPORT_GETPWNAM |