hyanantha Mon Jul 25 09:10:19 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard lcg.c fsock.h
Log:
ext/standard/fsock.h
Removing redundant inclusion of headers for NetWare
ext/standard/lcg.c
NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing
special needed for NetWare here.
--Kamesh
http://cvs.php.net/diff.php/php-src/ext/standard/lcg.c?r1=1.38.2.1&r2=1.38.2.2&ty=u
Index: php-src/ext/standard/lcg.c
diff -u php-src/ext/standard/lcg.c:1.38.2.1 php-src/ext/standard/lcg.c:1.38.2.2
--- php-src/ext/standard/lcg.c:1.38.2.1 Tue Jun 28 08:48:28 2005
+++ php-src/ext/standard/lcg.c Mon Jul 25 09:10:18 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: lcg.c,v 1.38.2.1 2005/06/28 12:48:28 hyanantha Exp $ */
+/* $Id: lcg.c,v 1.38.2.2 2005/07/25 13:10:18 hyanantha Exp $ */
#include "php.h"
#include "php_lcg.h"
@@ -27,8 +27,6 @@
#ifdef PHP_WIN32
#include "win32/time.h"
-#elif defined(NETWARE)
-#include <sys/timeval.h>
#else
#include <sys/time.h>
#endif
http://cvs.php.net/diff.php/php-src/ext/standard/fsock.h?r1=1.47.2.1&r2=1.47.2.2&ty=u
Index: php-src/ext/standard/fsock.h
diff -u php-src/ext/standard/fsock.h:1.47.2.1
php-src/ext/standard/fsock.h:1.47.2.2
--- php-src/ext/standard/fsock.h:1.47.2.1 Tue Jun 28 10:57:31 2005
+++ php-src/ext/standard/fsock.h Mon Jul 25 09:10:19 2005
@@ -18,17 +18,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fsock.h,v 1.47.2.1 2005/06/28 14:57:31 hyanantha Exp $ */
+/* $Id: fsock.h,v 1.47.2.2 2005/07/25 13:10:19 hyanantha Exp $ */
/* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
#ifndef FSOCK_H
#define FSOCK_H
-#ifdef NETWARE
-#include <sys/timeval.h>
-#endif
-
#include "file.h"
#include "php_network.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php