2000-03-28 19:22:19 +02:00
|
|
|
$NetBSD: patch-ab,v 1.2 2000/03/28 17:22:20 tron Exp $
|
|
|
|
|
|
|
|
--- platform.h.orig Thu Jan 13 21:19:19 2000
|
|
|
|
+++ platform.h Fri Mar 3 12:52:05 2000
|
|
|
|
@@ -17,10 +17,10 @@
|
2000-03-28 19:13:34 +02:00
|
|
|
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.
|
2000-03-28 19:22:19 +02:00
|
|
|
-
|
|
|
|
-#define SUPPORT_GETPWNAM
|
|
|
|
*/
|
|
|
|
+#define SUPPORT_GETPWNAM
|
2000-03-28 19:13:34 +02:00
|
|
|
|
|
|
|
+#include <sys/types.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <setjmp.h> /* for longjmp on error exit */
|