hyanantha Sat Sep 25 10:48:45 2004 EDT
Modified files:
/php-src/ext/standard mail.c
Log:
removing unwanted header files getting included
http://cvs.php.net/diff.php/php-src/ext/standard/mail.c?r1=1.83&r2=1.84&ty=u
Index: php-src/ext/standard/mail.c
diff -u php-src/ext/standard/mail.c:1.83 php-src/ext/standard/mail.c:1.84
--- php-src/ext/standard/mail.c:1.83 Tue Aug 3 02:25:25 2004
+++ php-src/ext/standard/mail.c Sat Sep 25 10:48:44 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mail.c,v 1.83 2004/08/03 06:25:25 tony2001 Exp $ */
+/* $Id: mail.c,v 1.84 2004/09/25 14:48:44 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