hyanantha               Tue Jun 28 11:22:40 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       image.c 
  Log:
  removed the unwanted NetWare Code
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.98.2.9&r2=1.98.2.10&ty=u
Index: php-src/ext/standard/image.c
diff -u php-src/ext/standard/image.c:1.98.2.9 
php-src/ext/standard/image.c:1.98.2.10
--- php-src/ext/standard/image.c:1.98.2.9       Wed Jun  1 18:28:38 2005
+++ php-src/ext/standard/image.c        Tue Jun 28 11:22:39 2005
@@ -17,13 +17,10 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: image.c,v 1.98.2.9 2005/06/01 22:28:38 iliaa Exp $ */
+/* $Id: image.c,v 1.98.2.10 2005/06/28 15:22:39 hyanantha Exp $ */
 
 #include "php.h"
 #include <stdio.h>
-#if defined(NETWARE) && !defined(NEW_LIBC)
-#include <sys/socket.h>
-#endif
 #if HAVE_FCNTL_H
 #include <fcntl.h>
 #endif

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

Reply via email to