hyanantha Tue Jun 28 10:49:15 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard head.c
Log:
removing redundant NEW_LIBC checks for NetWare
http://cvs.php.net/diff.php/php-src/ext/standard/head.c?r1=1.75.2.1&r2=1.75.2.2&ty=u
Index: php-src/ext/standard/head.c
diff -u php-src/ext/standard/head.c:1.75.2.1
php-src/ext/standard/head.c:1.75.2.2
--- php-src/ext/standard/head.c:1.75.2.1 Fri Jan 7 16:16:00 2005
+++ php-src/ext/standard/head.c Tue Jun 28 10:49:14 2005
@@ -15,14 +15,9 @@
| Author: Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: head.c,v 1.75.2.1 2005/01/07 21:16:00 tony2001 Exp $ */
+/* $Id: head.c,v 1.75.2.2 2005/06/28 14:49:14 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