hyanantha Sat Sep 25 11:39:26 2004 EDT
Modified files:
/php-src/ext/standard rand.c
Log:
removing the unwanted inclusion of headers
http://cvs.php.net/diff.php/php-src/ext/standard/rand.c?r1=1.68&r2=1.69&ty=u
Index: php-src/ext/standard/rand.c
diff -u php-src/ext/standard/rand.c:1.68 php-src/ext/standard/rand.c:1.69
--- php-src/ext/standard/rand.c:1.68 Sun Jan 18 22:14:58 2004
+++ php-src/ext/standard/rand.c Sat Sep 25 11:39:26 2004
@@ -20,13 +20,9 @@
| Based on code from: Shawn Cokus <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: rand.c,v 1.68 2004/01/19 03:14:58 sniper Exp $ */
+/* $Id: rand.c,v 1.69 2004/09/25 15:39:26 hyanantha Exp $ */
#include <stdlib.h>
-
-#if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() used below */
-#include "netware/pwd.h"
-#endif
#include "php.h"
#include "php_math.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php