hyanantha Sat Sep 25 11:33:57 2004 EDT
Modified files:
/php-src/ext/standard head.c
Log:
removing unwanted inclusion of socket header file
http://cvs.php.net/diff.php/php-src/ext/standard/head.c?r1=1.76&r2=1.77&ty=u
Index: php-src/ext/standard/head.c
diff -u php-src/ext/standard/head.c:1.76 php-src/ext/standard/head.c:1.77
--- php-src/ext/standard/head.c:1.76 Mon Aug 23 12:58:11 2004
+++ php-src/ext/standard/head.c Sat Sep 25 11:33:57 2004
@@ -15,14 +15,9 @@
| Author: Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: head.c,v 1.76 2004/08/23 16:58:11 iliaa Exp $ */
+/* $Id: head.c,v 1.77 2004/09/25 15:33:57 hyanantha Exp $ */
#include <stdio.h>
-
-#if defined(NETWARE) && !defined(NEW_LIBC)
-#include <sys/socket.h>
-#endif
-
#include "php.h"
#include "ext/standard/php_standard.h"
#include "SAPI.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php