sniper Mon Jun 20 07:10:13 2005 EDT
Modified files:
/php-src/ext/standard proc_open.c
Log:
typo
http://cvs.php.net/diff.php/php-src/ext/standard/proc_open.c?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/standard/proc_open.c
diff -u php-src/ext/standard/proc_open.c:1.33
php-src/ext/standard/proc_open.c:1.34
--- php-src/ext/standard/proc_open.c:1.33 Thu Apr 7 19:07:45 2005
+++ php-src/ext/standard/proc_open.c Mon Jun 20 07:10:11 2005
@@ -15,7 +15,7 @@
| Author: Wez Furlong <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: proc_open.c,v 1.33 2005/04/07 23:07:45 iliaa Exp $ */
+/* $Id: proc_open.c,v 1.34 2005/06/20 11:10:11 sniper Exp $ */
#if 0 && (defined(__linux__) || defined(sun) || defined(__IRIX__))
# define _BSD_SOURCE /* linux wants this when XOPEN mode is on */
@@ -697,7 +697,7 @@
descriptors[ndesc].parentend = dup(dev_ptmx);
descriptors[ndesc].mode_flags = O_RDWR;
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING,
"pty pseudo terminal is not support on this system");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING,
"pty pseudo terminal not supported on this system");
goto exit_fail;
#endif
} else {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php