From: Anantha Kesari H Y Date: Thu, 10 Mar 2005 13:33:35 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: php-5.0.4RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a62134d159b9ab9e1b966aa5d0e60bd5b83c6df2;p=php NetWare LibC has pwd.h --- diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 851508c45c..f35967acd2 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -24,10 +24,6 @@ #include -#if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() used below */ -#include "netware/pwd.h" -#endif - #include "php.h" #include "php_math.h" #include "php_rand.h"