From: Anantha Kesari H Y Date: Wed, 29 Jun 2005 10:18:16 +0000 (+0000) Subject: NetWare LibC itself has popen/pclose functionality so removing this X-Git-Tag: php-5.1.0b3~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6d7b57b9b3ed1ae85d0c7166c8286350a094e1a;p=php NetWare LibC itself has popen/pclose functionality so removing this --- diff --git a/netware/pipe.h b/netware/pipe.h deleted file mode 100644 index a54c8bf915..0000000000 --- a/netware/pipe.h +++ /dev/null @@ -1,11 +0,0 @@ - -/* pipe related function declarations */ - -/*#include */ -#include -#include -#include - - -FILE* popen(const char* command, const char* mode); -int pclose(FILE* stream);