From: Anantha Kesari H Y Date: Wed, 29 Jun 2005 09:22:20 +0000 (+0000) Subject: NetWare LibC itself has a pip/popen support X-Git-Tag: php-5.0.5RC1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d7c2b31664997fa168acbe94c304c03b2779f6;p=php NetWare LibC itself has a pip/popen support --- diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 921036b939..461acc59b0 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -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