From f4161b5bf8aa62099e6367510cb1c175d95092d8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 28 Mar 1999 22:42:13 +0000 Subject: [PATCH] NT doesn't have waitpid() --- include/portable.h.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/portable.h.nt b/include/portable.h.nt index 814c9a44ee..0420ab3995 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -415,7 +415,7 @@ typedef char * caddr_t; #define HAVE_VSPRINTF 1 /* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 +/* #undef HAVE_WAITPID 1 */ /* Define if you have the header file. */ /* #undef HAVE_ARPA_NAMESER_H */ -- 2.39.5