andi Mon Feb 5 05:15:16 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams php_stream_transport.h
Log:
- Make sure to be ANSI C compliant
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.10.2.1.2.3&r2=1.10.2.1.2.4&diff_format=u
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport.h:1.10.2.1.2.3
php-src/main/streams/php_stream_transport.h:1.10.2.1.2.4
--- php-src/main/streams/php_stream_transport.h:1.10.2.1.2.3 Thu Jan 18
16:05:48 2007
+++ php-src/main/streams/php_stream_transport.h Mon Feb 5 05:15:16 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_transport.h,v 1.10.2.1.2.3 2007/01/18 16:05:48 nlopess Exp
$ */
+/* $Id: php_stream_transport.h,v 1.10.2.1.2.4 2007/02/05 05:15:16 andi Exp $ */
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
@@ -133,7 +133,7 @@
unsigned int want_addr:1;
unsigned int want_textaddr:1;
unsigned int want_errortext:1;
- stream_shutdown_t how:2;
+ unsigned int how:2;
struct {
char *name;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php