]> granicus.if.org Git - php/commitdiff
NetWare LibC itself has a pip/popen support
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 09:22:20 +0000 (09:22 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 09:22:20 +0000 (09:22 +0000)
ext/standard/mail.c

index 921036b939a413357935a6eacd8b95fc77c42a60..461acc59b09afa5edd7e1625e789fd0e23190d77 100644 (file)
@@ -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