hyanantha               Wed Jun 29 05:22:22 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       mail.c 
  Log:
  NetWare LibC itself has a pip/popen support
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/mail.c?r1=1.82.2.1&r2=1.82.2.2&ty=u
Index: php-src/ext/standard/mail.c
diff -u php-src/ext/standard/mail.c:1.82.2.1 
php-src/ext/standard/mail.c:1.82.2.2
--- php-src/ext/standard/mail.c:1.82.2.1        Tue Aug  3 02:26:59 2004
+++ php-src/ext/standard/mail.c Wed Jun 29 05:22:20 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mail.c,v 1.82.2.1 2004/08/03 06:26:59 tony2001 Exp $ */
+/* $Id: mail.c,v 1.82.2.2 2005/06/29 09:22:20 hyanantha Exp $ */
 
 #include <stdlib.h>
 #include <ctype.h>
@@ -42,7 +42,6 @@
 #endif
 
 #ifdef NETWARE
-#include "netware/pipe.h"    /* For popen(), pclose() */
 #include "netware/sysexits.h"   /* For exit status codes like EX_OK */
 #endif
 

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

Reply via email to