1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/tidy/files/patch-ab
Chris Piazza 29896a9ba7 Update to oct 22 release
PR:		14867
Submitted by:	maintainer
1999-11-21 01:17:43 +00:00

23 lines
593 B
Plaintext

--- platform.h.orig Sat Nov 13 23:41:32 1999
+++ platform.h Sat Nov 13 23:42:40 1999
@@ -17,17 +17,17 @@
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
-*/
+#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