hyanantha               Tue Jun 28 08:48:31 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       lcg.c 
  Log:
  removing the redundant NEW_LIBC checks
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/lcg.c?r1=1.38&r2=1.38.2.1&ty=u
Index: php-src/ext/standard/lcg.c
diff -u php-src/ext/standard/lcg.c:1.38 php-src/ext/standard/lcg.c:1.38.2.1
--- php-src/ext/standard/lcg.c:1.38     Thu Jan  8 03:17:33 2004
+++ php-src/ext/standard/lcg.c  Tue Jun 28 08:48:28 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: lcg.c,v 1.38 2004/01/08 08:17:33 andi Exp $ */
+/* $Id: lcg.c,v 1.38.2.1 2005/06/28 12:48:28 hyanantha Exp $ */
 
 #include "php.h"
 #include "php_lcg.h"
@@ -28,12 +28,8 @@
 #ifdef PHP_WIN32
 #include "win32/time.h"
 #elif defined(NETWARE)
-#ifdef NEW_LIBC
 #include <sys/timeval.h>
 #else
-#include "netware/time_nw.h"
-#endif
-#else
 #include <sys/time.h>
 #endif
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to