hyanantha Sat Sep 25 10:46:26 2004 EDT
Modified files:
/php-src/ext/standard image.c
Log:
removed unwanted NEW_LIBC checks
http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.100&r2=1.101&ty=u
Index: php-src/ext/standard/image.c
diff -u php-src/ext/standard/image.c:1.100 php-src/ext/standard/image.c:1.101
--- php-src/ext/standard/image.c:1.100 Wed Aug 11 08:33:03 2004
+++ php-src/ext/standard/image.c Sat Sep 25 10:46:24 2004
@@ -17,13 +17,10 @@
+----------------------------------------------------------------------+
*/
-/* $Id: image.c,v 1.100 2004/08/11 12:33:03 derick Exp $ */
+/* $Id: image.c,v 1.101 2004/09/25 14:46:24 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