hyanantha Mon Jul 25 09:12:10 2005 EDT
Modified files:
/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.39&r2=1.40&ty=u
Index: php-src/ext/standard/lcg.c
diff -u php-src/ext/standard/lcg.c:1.39 php-src/ext/standard/lcg.c:1.40
--- php-src/ext/standard/lcg.c:1.39 Sat Sep 25 10:19:38 2004
+++ php-src/ext/standard/lcg.c Mon Jul 25 09:12:10 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: lcg.c,v 1.39 2004/09/25 14:19:38 hyanantha Exp $ */
+/* $Id: lcg.c,v 1.40 2005/07/25 13:12:10 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.48&r2=1.49&ty=u
Index: php-src/ext/standard/fsock.h
diff -u php-src/ext/standard/fsock.h:1.48 php-src/ext/standard/fsock.h:1.49
--- php-src/ext/standard/fsock.h:1.48 Sat Sep 25 10:09:45 2004
+++ php-src/ext/standard/fsock.h Mon Jul 25 09:12:10 2005
@@ -18,17 +18,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fsock.h,v 1.48 2004/09/25 14:09:45 hyanantha Exp $ */
+/* $Id: fsock.h,v 1.49 2005/07/25 13:12:10 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