derick          Sat Jan 13 14:00:23 2001 EDT

  Modified files:              
    /php4/ext/standard  fsock.c 
  Log:
  - Removed a stale var that broke the build
  
  
Index: php4/ext/standard/fsock.c
diff -u php4/ext/standard/fsock.c:1.58 php4/ext/standard/fsock.c:1.59
--- php4/ext/standard/fsock.c:1.58      Sat Jan 13 05:59:22 2001
+++ php4/ext/standard/fsock.c   Sat Jan 13 14:00:23 2001
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: fsock.c,v 1.58 2001/01/13 13:59:22 zeev Exp $ */
+/* $Id: fsock.c,v 1.59 2001/01/13 22:00:23 derick Exp $ */
 
 /* Synced with php 3.0 revision 1.121 1999-06-18 [ssb] */
 /* Synced with php 3.0 revision 1.133 1999-07-21 [sas] */
@@ -71,7 +71,6 @@
 #ifdef ZTS
 static int fsock_globals_id;
 #else
-static php_fsock_globals fsock_globals;
 extern int le_fp;
 #endif
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to