View | Details | Raw Unified | Return to bug 9182
Collapse All | Expand All

(-)tidy/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://www.w3.org/People/Raggett/
12
MASTER_SITES=	http://www.w3.org/People/Raggett/
13
13
14
MAINTAINER=	saken@rmta.ml.org
14
MAINTAINER=	saken@budoir.net
15
15
16
ALL_TARGET=	tidy
16
ALL_TARGET=	tidy
17
WRKSRC=		${WRKDIR}/tidy17dec98
17
WRKSRC=		${WRKDIR}/tidy17dec98
(-)tidy/patches/patch-ab (+10 lines)
Line 0 Link Here
1
--- platform.h.orig	Thu Dec 17 12:20:40 1998
2
+++ platform.h	Wed Dec 23 17:15:57 1998
3
@@ -4,6 +4,7 @@
4
   See tidy.c for the copyright notice.
5
 */
6
 
7
+#include <sys/types.h>
8
 #include <stdio.h>
9
 #include <stdlib.h>
10
 #include <string.h>

Return to bug 9182