summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-09-25 15:39:26 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-09-25 15:39:26 +0000
commitcc45f504d4b18dbf0ba6ff92ffee5b7598a227c9 (patch)
treeb30137ffe1fe0f9317e92c0e0b550d0aecca8e62 /ext/standard/rand.c
parentb35e5078846cff1762ba478a88eb9949dae51278 (diff)
downloadphp-git-cc45f504d4b18dbf0ba6ff92ffee5b7598a227c9.tar.gz
removing the unwanted inclusion of headers
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r--ext/standard/rand.c4
1 files changed, 0 insertions, 4 deletions
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 <stdlib.h>
-#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"