hyanantha Thu Oct 24 07:19:57 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard rand.c Log: NetWare related changes/modifications. Index: php4/ext/standard/rand.c diff -u php4/ext/standard/rand.c:1.58 php4/ext/standard/rand.c:1.58.2.1 --- php4/ext/standard/rand.c:1.58 Thu Feb 28 03:26:48 2002 +++ php4/ext/standard/rand.c Thu Oct 24 07:19:56 2002 @@ -20,7 +20,7 @@ | Based on code from: Shawn Cokus <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: rand.c,v 1.58 2002/02/28 08:26:48 sebastian Exp $ */ +/* $Id: rand.c,v 1.58.2.1 2002/10/24 11:19:56 hyanantha Exp $ */ #include <stdlib.h> @@ -29,6 +29,10 @@ # define WIN32_LEAN_AND_MEAN # endif # include <windows.h> +#endif + +#if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() */ +#include "netware/pwd.h" #endif #include "php.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php