]> granicus.if.org Git - php/commitdiff
removing the unwanted inclusion of headers
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:39:26 +0000 (15:39 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:39:26 +0000 (15:39 +0000)
ext/standard/rand.c

index 851508c45c542defc1bdb5cf5dca00a3fb93b3ff..f35967acd28a8584b2d1be491507f7bbbb81bcff 100644 (file)
 
 #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"