hyanantha Sat Sep 25 10:19:40 2004 EDT
Modified files:
/php-src/ext/standard lcg.c
Log:
removed the redundant NEW_LIBC checks
http://cvs.php.net/diff.php/php-src/ext/standard/lcg.c?r1=1.38&r2=1.39&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.39
--- php-src/ext/standard/lcg.c:1.38 Thu Jan 8 03:17:33 2004
+++ php-src/ext/standard/lcg.c Sat Sep 25 10:19:38 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: lcg.c,v 1.38 2004/01/08 08:17:33 andi Exp $ */
+/* $Id: lcg.c,v 1.39 2004/09/25 14:19:38 hyanantha Exp $ */
#include "php.h"
#include "php_lcg.h"
@@ -28,11 +28,7 @@
#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